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