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