pub struct LogCut {
pub seq: u64,
pub digest: String,
}Fields§
§seq: u64§digest: StringTrait Implementations§
impl Eq for LogCut
impl StructuralPartialEq for LogCut
Auto Trait Implementations§
impl Freeze for LogCut
impl RefUnwindSafe for LogCut
impl Send for LogCut
impl Sync for LogCut
impl Unpin for LogCut
impl UnsafeUnpin for LogCut
impl UnwindSafe for LogCut
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