pub enum DateTimeItemRef {
ApprovalPersonOrganization(ApprovalPersonOrganizationId),
Certification(CertificationId),
Change(ChangeId),
ChangeRequest(ChangeRequestId),
Contract(ContractId),
ProductDefinition(ProductDefinitionId),
ProductDefinitionWithAssociatedDocuments(ProductDefinitionWithAssociatedDocumentsId),
SecurityClassification(SecurityClassificationId),
StartRequest(StartRequestId),
StartWork(StartWorkId),
Complex(ComplexUnitId),
}Variants§
ApprovalPersonOrganization(ApprovalPersonOrganizationId)
Certification(CertificationId)
Change(ChangeId)
ChangeRequest(ChangeRequestId)
Contract(ContractId)
ProductDefinition(ProductDefinitionId)
ProductDefinitionWithAssociatedDocuments(ProductDefinitionWithAssociatedDocumentsId)
SecurityClassification(SecurityClassificationId)
StartRequest(StartRequestId)
StartWork(StartWorkId)
Complex(ComplexUnitId)
Implementations§
Source§impl DateTimeItemRef
impl DateTimeItemRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> DateTimeItemRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for DateTimeItemRef
impl Clone for DateTimeItemRef
Source§fn clone(&self) -> DateTimeItemRef
fn clone(&self) -> DateTimeItemRef
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 moreSource§impl Debug for DateTimeItemRef
impl Debug for DateTimeItemRef
Source§impl PartialEq for DateTimeItemRef
impl PartialEq for DateTimeItemRef
Source§fn eq(&self, other: &DateTimeItemRef) -> bool
fn eq(&self, other: &DateTimeItemRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DateTimeItemRef
Auto Trait Implementations§
impl Freeze for DateTimeItemRef
impl RefUnwindSafe for DateTimeItemRef
impl Send for DateTimeItemRef
impl Sync for DateTimeItemRef
impl Unpin for DateTimeItemRef
impl UnsafeUnpin for DateTimeItemRef
impl UnwindSafe for DateTimeItemRef
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