Struct warg_transparency::log::StackLog
source · pub struct StackLog<D, V>where
D: SupportedDigest,
V: VisitBytes,{ /* private fields */ }Expand description
A log builder which maintains a stack of balanced roots
Implementations§
Trait Implementations§
source§impl<D, V> Clone for StackLog<D, V>where
D: SupportedDigest + Clone,
V: VisitBytes + Clone,
impl<D, V> Clone for StackLog<D, V>where D: SupportedDigest + Clone, V: VisitBytes + Clone,
source§impl<D, V> Debug for StackLog<D, V>where
D: SupportedDigest + Debug,
V: VisitBytes + Debug,
impl<D, V> Debug for StackLog<D, V>where D: SupportedDigest + Debug, V: VisitBytes + Debug,
source§impl<D, V> Default for StackLog<D, V>where
D: SupportedDigest,
V: VisitBytes,
impl<D, V> Default for StackLog<D, V>where D: SupportedDigest, V: VisitBytes,
source§impl<D, V> LogBuilder<D, V> for StackLog<D, V>where
D: SupportedDigest,
V: VisitBytes,
impl<D, V> LogBuilder<D, V> for StackLog<D, V>where D: SupportedDigest, V: VisitBytes,
source§fn checkpoint(&self) -> Checkpoint<D>
fn checkpoint(&self) -> Checkpoint<D>
Get the checkpoint (hash and length) of the log at this point.
Auto Trait Implementations§
impl<D, V> RefUnwindSafe for StackLog<D, V>where V: RefUnwindSafe, <<D as OutputSizeUser>::OutputSize as ArrayLength<u8>>::ArrayType: RefUnwindSafe,
impl<D, V> Send for StackLog<D, V>where V: Send,
impl<D, V> Sync for StackLog<D, V>where V: Sync,
impl<D, V> Unpin for StackLog<D, V>where V: Unpin, <<D as OutputSizeUser>::OutputSize as ArrayLength<u8>>::ArrayType: Unpin,
impl<D, V> UnwindSafe for StackLog<D, V>where V: UnwindSafe, <<D as OutputSizeUser>::OutputSize as ArrayLength<u8>>::ArrayType: 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