pub enum ProductDefinitionShapeRefView<'m> {
ProductDefinitionShape(&'m ProductDefinitionShape),
Complex(&'m ComplexUnit),
}Variants§
ProductDefinitionShape(&'m ProductDefinitionShape)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for ProductDefinitionShapeRefView<'m>
impl<'m> Clone for ProductDefinitionShapeRefView<'m>
Source§fn clone(&self) -> ProductDefinitionShapeRefView<'m>
fn clone(&self) -> ProductDefinitionShapeRefView<'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 ProductDefinitionShapeRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for ProductDefinitionShapeRefView<'m>
impl<'m> RefUnwindSafe for ProductDefinitionShapeRefView<'m>
impl<'m> Send for ProductDefinitionShapeRefView<'m>
impl<'m> Sync for ProductDefinitionShapeRefView<'m>
impl<'m> Unpin for ProductDefinitionShapeRefView<'m>
impl<'m> UnsafeUnpin for ProductDefinitionShapeRefView<'m>
impl<'m> UnwindSafe for ProductDefinitionShapeRefView<'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