pub enum ApprovalStatusRef {
ApprovalStatus(ApprovalStatusId),
}Variants§
ApprovalStatus(ApprovalStatusId)
Implementations§
Source§impl ApprovalStatusRef
impl ApprovalStatusRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> ApprovalStatusRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for ApprovalStatusRef
impl Clone for ApprovalStatusRef
Source§fn clone(&self) -> ApprovalStatusRef
fn clone(&self) -> ApprovalStatusRef
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 ApprovalStatusRef
impl Debug for ApprovalStatusRef
Source§impl PartialEq for ApprovalStatusRef
impl PartialEq for ApprovalStatusRef
Source§fn eq(&self, other: &ApprovalStatusRef) -> bool
fn eq(&self, other: &ApprovalStatusRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApprovalStatusRef
Auto Trait Implementations§
impl Freeze for ApprovalStatusRef
impl RefUnwindSafe for ApprovalStatusRef
impl Send for ApprovalStatusRef
impl Sync for ApprovalStatusRef
impl Unpin for ApprovalStatusRef
impl UnsafeUnpin for ApprovalStatusRef
impl UnwindSafe for ApprovalStatusRef
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