pub struct ContextWeak { /* private fields */ }Expand description
Implementations§
Auto Trait Implementations§
impl Freeze for ContextWeak
impl !RefUnwindSafe for ContextWeak
impl !Send for ContextWeak
impl !Sync for ContextWeak
impl Unpin for ContextWeak
impl !UnwindSafe for ContextWeak
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