Struct fuel_merkle::sum::MerkleTree
source · [−]pub struct MerkleTree<StorageType> { /* private fields */ }
Implementations
Auto Trait Implementations
impl<StorageType> RefUnwindSafe for MerkleTree<StorageType> where
StorageType: RefUnwindSafe,
impl<StorageType> Send for MerkleTree<StorageType> where
StorageType: Send,
impl<StorageType> Sync for MerkleTree<StorageType> where
StorageType: Sync,
impl<StorageType> Unpin for MerkleTree<StorageType> where
StorageType: Unpin,
impl<StorageType> UnwindSafe for MerkleTree<StorageType> where
StorageType: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more