Struct nekolib_doc::ds::PeekMutTmp
source · pub struct PeekMutTmp<'a, M>where
M: Monoid,{ /* private fields */ }
Trait Implementations§
source§impl<M> Deref for PeekMutTmp<'_, M>where
M: Monoid,
impl<M> Deref for PeekMutTmp<'_, M>where
M: Monoid,
source§impl<M> DerefMut for PeekMutTmp<'_, M>where
M: Monoid,
impl<M> DerefMut for PeekMutTmp<'_, M>where
M: Monoid,
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