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