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