pub struct LogChain { /* private fields */ }Expand description
Log chain state
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogChain
impl RefUnwindSafe for LogChain
impl Send for LogChain
impl Sync for LogChain
impl Unpin for LogChain
impl UnsafeUnpin for LogChain
impl UnwindSafe for LogChain
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