pub enum DateTimeItemRefView<'m> {
ApprovalPersonOrganization(&'m ApprovalPersonOrganization),
Certification(&'m Certification),
Change(&'m Change),
ChangeRequest(&'m ChangeRequest),
Contract(&'m Contract),
ProductDefinition(&'m ProductDefinition),
ProductDefinitionWithAssociatedDocuments(&'m ProductDefinitionWithAssociatedDocuments),
SecurityClassification(&'m SecurityClassification),
StartRequest(&'m StartRequest),
StartWork(&'m StartWork),
Complex(&'m ComplexUnit),
}Variants§
ApprovalPersonOrganization(&'m ApprovalPersonOrganization)
Certification(&'m Certification)
Change(&'m Change)
ChangeRequest(&'m ChangeRequest)
Contract(&'m Contract)
ProductDefinition(&'m ProductDefinition)
ProductDefinitionWithAssociatedDocuments(&'m ProductDefinitionWithAssociatedDocuments)
SecurityClassification(&'m SecurityClassification)
StartRequest(&'m StartRequest)
StartWork(&'m StartWork)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for DateTimeItemRefView<'m>
impl<'m> Clone for DateTimeItemRefView<'m>
Source§fn clone(&self) -> DateTimeItemRefView<'m>
fn clone(&self) -> DateTimeItemRefView<'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 DateTimeItemRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for DateTimeItemRefView<'m>
impl<'m> RefUnwindSafe for DateTimeItemRefView<'m>
impl<'m> Send for DateTimeItemRefView<'m>
impl<'m> Sync for DateTimeItemRefView<'m>
impl<'m> Unpin for DateTimeItemRefView<'m>
impl<'m> UnsafeUnpin for DateTimeItemRefView<'m>
impl<'m> UnwindSafe for DateTimeItemRefView<'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