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