pub struct MMR<T, M, S> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<T, M, S> Freeze for MMR<T, M, S>where
S: Freeze,
impl<T, M, S> RefUnwindSafe for MMR<T, M, S>
impl<T, M, S> Send for MMR<T, M, S>
impl<T, M, S> Sync for MMR<T, M, S>
impl<T, M, S> Unpin for MMR<T, M, S>
impl<T, M, S> UnwindSafe for MMR<T, M, S>
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