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