pub struct LogTree<LogSize> {
pub size: LogSize,
pub hash: String,
}Expand description
Reference to a full log: its size and root hash
Fields§
§size: LogSize§hash: StringAuto Trait Implementations§
impl<LogSize> Freeze for LogTree<LogSize>where
LogSize: Freeze,
impl<LogSize> RefUnwindSafe for LogTree<LogSize>where
LogSize: RefUnwindSafe,
impl<LogSize> Send for LogTree<LogSize>where
LogSize: Send,
impl<LogSize> Sync for LogTree<LogSize>where
LogSize: Sync,
impl<LogSize> Unpin for LogTree<LogSize>where
LogSize: Unpin,
impl<LogSize> UnwindSafe for LogTree<LogSize>where
LogSize: 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