pub struct ExportMeta {
pub schema_version: u32,
pub generated_ts: u64,
pub wal_head: Option<String>,
pub event_count: usize,
}Expand description
Export metadata
Fields§
§schema_version: u32§generated_ts: u64§wal_head: Option<String>§event_count: usizeTrait Implementations§
Source§impl Debug for ExportMeta
impl Debug for ExportMeta
Auto Trait Implementations§
impl Freeze for ExportMeta
impl RefUnwindSafe for ExportMeta
impl Send for ExportMeta
impl Sync for ExportMeta
impl Unpin for ExportMeta
impl UnwindSafe for ExportMeta
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