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