pub struct UseContext;Auto Trait Implementations§
impl Freeze for UseContext
impl RefUnwindSafe for UseContext
impl Send for UseContext
impl Sync for UseContext
impl Unpin for UseContext
impl UnwindSafe for UseContext
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