Struct zng_app_context::FullLocalContext
source · pub struct FullLocalContext(/* private fields */);
Expand description
A local context that can be loaded cheaply.
Methods from Deref<Target = LocalContext>§
sourcepub fn value_set(&self) -> ContextValueSet
pub fn value_set(&self) -> ContextValueSet
Collects a set of all the values in the context.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FullLocalContext
impl !RefUnwindSafe for FullLocalContext
impl Send for FullLocalContext
impl Sync for FullLocalContext
impl Unpin for FullLocalContext
impl !UnwindSafe for FullLocalContext
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