pub struct ExposeMut<'a, T: ?Sized>(pub &'a mut T);Expand description
Mutable view into a secret value
Tuple Fields§
§0: &'a mut TImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for ExposeMut<'a, T>where
T: ?Sized,
impl<'a, T> RefUnwindSafe for ExposeMut<'a, T>where
T: RefUnwindSafe + ?Sized,
impl<'a, T> Send for ExposeMut<'a, T>
impl<'a, T> Sync for ExposeMut<'a, T>
impl<'a, T> Unpin for ExposeMut<'a, T>where
T: ?Sized,
impl<'a, T> !UnwindSafe for ExposeMut<'a, 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