pub struct NoContext { /* private fields */ }Expand description
Represents the absence of context.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoContext
impl RefUnwindSafe for NoContext
impl Send for NoContext
impl Sync for NoContext
impl Unpin for NoContext
impl UnsafeUnpin for NoContext
impl UnwindSafe for NoContext
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
Source§impl<T> Refine for Twhere
T: ?Sized,
impl<T> Refine for Twhere
T: ?Sized,
Source§fn refine_ref<R: Refining<Value = Self> + ?Sized>(
&self,
) -> RecoverableRefinementRef<'_, R>
fn refine_ref<R: Refining<Value = Self> + ?Sized>( &self, ) -> RecoverableRefinementRef<'_, R>
Refines the given value with
R by reference. Read more