pub enum Direct {}Expand description
The type can be extracted from the context directly.
Trait Implementations§
impl Extractability for Direct
Auto Trait Implementations§
impl Freeze for Direct
impl RefUnwindSafe for Direct
impl Send for Direct
impl Sync for Direct
impl Unpin for Direct
impl UnwindSafe for Direct
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