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