pub enum RoleSelectRef {
Show 18 variants
ActionAssignment(ActionAssignmentId),
ActionRequestAssignment(ActionRequestAssignmentId),
AppliedApprovalAssignment(AppliedApprovalAssignmentId),
AppliedDocumentReference(AppliedDocumentReferenceId),
AppliedGroupAssignment(AppliedGroupAssignmentId),
AppliedSecurityClassificationAssignment(AppliedSecurityClassificationAssignmentId),
ApprovalAssignment(ApprovalAssignmentId),
ApprovalDateTime(ApprovalDateTimeId),
CcDesignApproval(CcDesignApprovalId),
CcDesignSecurityClassification(CcDesignSecurityClassificationId),
Change(ChangeId),
ChangeRequest(ChangeRequestId),
DocumentReference(DocumentReferenceId),
GroupAssignment(GroupAssignmentId),
SecurityClassificationAssignment(SecurityClassificationAssignmentId),
StartRequest(StartRequestId),
StartWork(StartWorkId),
Complex(ComplexUnitId),
}Variants§
ActionAssignment(ActionAssignmentId)
ActionRequestAssignment(ActionRequestAssignmentId)
AppliedApprovalAssignment(AppliedApprovalAssignmentId)
AppliedDocumentReference(AppliedDocumentReferenceId)
AppliedGroupAssignment(AppliedGroupAssignmentId)
AppliedSecurityClassificationAssignment(AppliedSecurityClassificationAssignmentId)
ApprovalAssignment(ApprovalAssignmentId)
ApprovalDateTime(ApprovalDateTimeId)
CcDesignApproval(CcDesignApprovalId)
CcDesignSecurityClassification(CcDesignSecurityClassificationId)
Change(ChangeId)
ChangeRequest(ChangeRequestId)
DocumentReference(DocumentReferenceId)
GroupAssignment(GroupAssignmentId)
SecurityClassificationAssignment(SecurityClassificationAssignmentId)
StartRequest(StartRequestId)
StartWork(StartWorkId)
Complex(ComplexUnitId)
Implementations§
Source§impl RoleSelectRef
impl RoleSelectRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> RoleSelectRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for RoleSelectRef
impl Clone for RoleSelectRef
Source§fn clone(&self) -> RoleSelectRef
fn clone(&self) -> RoleSelectRef
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 RoleSelectRef
impl Debug for RoleSelectRef
Source§impl PartialEq for RoleSelectRef
impl PartialEq for RoleSelectRef
Source§fn eq(&self, other: &RoleSelectRef) -> bool
fn eq(&self, other: &RoleSelectRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RoleSelectRef
Auto Trait Implementations§
impl Freeze for RoleSelectRef
impl RefUnwindSafe for RoleSelectRef
impl Send for RoleSelectRef
impl Sync for RoleSelectRef
impl Unpin for RoleSelectRef
impl UnsafeUnpin for RoleSelectRef
impl UnwindSafe for RoleSelectRef
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