pub enum ConfigurationDesignItemRefView<'m> {
ProductDefinition(&'m ProductDefinition),
ProductDefinitionFormation(&'m ProductDefinitionFormation),
ProductDefinitionFormationWithSpecifiedSource(&'m ProductDefinitionFormationWithSpecifiedSource),
ProductDefinitionOccurrence(&'m ProductDefinitionOccurrence),
ProductDefinitionWithAssociatedDocuments(&'m ProductDefinitionWithAssociatedDocuments),
Complex(&'m ComplexUnit),
}Variants§
ProductDefinition(&'m ProductDefinition)
ProductDefinitionFormation(&'m ProductDefinitionFormation)
ProductDefinitionFormationWithSpecifiedSource(&'m ProductDefinitionFormationWithSpecifiedSource)
ProductDefinitionOccurrence(&'m ProductDefinitionOccurrence)
ProductDefinitionWithAssociatedDocuments(&'m ProductDefinitionWithAssociatedDocuments)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for ConfigurationDesignItemRefView<'m>
impl<'m> Clone for ConfigurationDesignItemRefView<'m>
Source§fn clone(&self) -> ConfigurationDesignItemRefView<'m>
fn clone(&self) -> ConfigurationDesignItemRefView<'m>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'m> Copy for ConfigurationDesignItemRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for ConfigurationDesignItemRefView<'m>
impl<'m> RefUnwindSafe for ConfigurationDesignItemRefView<'m>
impl<'m> Send for ConfigurationDesignItemRefView<'m>
impl<'m> Sync for ConfigurationDesignItemRefView<'m>
impl<'m> Unpin for ConfigurationDesignItemRefView<'m>
impl<'m> UnsafeUnpin for ConfigurationDesignItemRefView<'m>
impl<'m> UnwindSafe for ConfigurationDesignItemRefView<'m>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more