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