pub struct Trailer {
pub post_apply_checksum: Checksum,
pub file_checksum: Checksum,
}
Expand description
An LTX file trailer.
Fields§
§post_apply_checksum: Checksum
Running database checksum after this LTX file has been applied.
file_checksum: Checksum
LTX file checksum.
Trait Implementations§
impl Eq for Trailer
impl StructuralPartialEq for Trailer
Auto Trait Implementations§
impl Freeze for Trailer
impl RefUnwindSafe for Trailer
impl Send for Trailer
impl Sync for Trailer
impl Unpin for Trailer
impl UnwindSafe for Trailer
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