pub struct ScopeBorrowMut<'b, T: Clone> { /* private fields */ }
Trait Implementations§
Source§impl<'b, T: Clone> Deref for ScopeBorrowMut<'b, T>
impl<'b, T: Clone> Deref for ScopeBorrowMut<'b, T>
Auto Trait Implementations§
impl<'b, T> Freeze for ScopeBorrowMut<'b, T>
impl<'b, T> !RefUnwindSafe for ScopeBorrowMut<'b, T>
impl<'b, T> Send for ScopeBorrowMut<'b, T>
impl<'b, T> !Sync for ScopeBorrowMut<'b, T>
impl<'b, T> Unpin for ScopeBorrowMut<'b, T>
impl<'b, T> !UnwindSafe for ScopeBorrowMut<'b, T>
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