Struct ruststep::ap201::explicit_draughting::PresentationSetHolder [−][src]
pub struct PresentationSetHolder {}
Expand description
Auto-generated by #[derive(Holder)]
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<PresentationSet>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<PresentationSet>> + 'table>
Get owned entities as an iterator
type Owned = PresentationSet
type Visitor = PresentationSetHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for PresentationSetHolder
impl Send for PresentationSetHolder
impl Sync for PresentationSetHolder
impl Unpin for PresentationSetHolder
impl UnwindSafe for PresentationSetHolder
Blanket Implementations
Mutably borrows from an owned value. Read more