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