pub struct Forest {
pub roots: Vec<[u8; 33]>,
}
Fields§
§roots: Vec<[u8; 33]>
Implementations§
Auto Trait Implementations§
impl Freeze for Forest
impl RefUnwindSafe for Forest
impl Send for Forest
impl Sync for Forest
impl Unpin for Forest
impl UnwindSafe for Forest
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