pub struct PeekMutTmp<'a, M: Monoid> { /* private fields */ }Trait Implementations§
Source§impl<M: Monoid> Deref for PeekMutTmp<'_, M>
impl<M: Monoid> Deref for PeekMutTmp<'_, M>
Source§impl<M: Monoid> DerefMut for PeekMutTmp<'_, M>
impl<M: Monoid> DerefMut for PeekMutTmp<'_, M>
Auto Trait Implementations§
impl<'a, M> Freeze for PeekMutTmp<'a, M>
impl<'a, M> RefUnwindSafe for PeekMutTmp<'a, M>
impl<'a, M> Send for PeekMutTmp<'a, M>
impl<'a, M> Sync for PeekMutTmp<'a, M>
impl<'a, M> Unpin for PeekMutTmp<'a, M>
impl<'a, M> !UnwindSafe for PeekMutTmp<'a, M>
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