pub struct SnapshotResponse {
pub format_version: u32,
pub node_count: u64,
pub relationship_count: u64,
pub wal_lsn: Option<u64>,
pub path: String,
}Fields§
§format_version: u32§node_count: u64§relationship_count: u64§wal_lsn: Option<u64>§path: StringTrait Implementations§
Source§impl Debug for SnapshotResponse
impl Debug for SnapshotResponse
Auto Trait Implementations§
impl Freeze for SnapshotResponse
impl RefUnwindSafe for SnapshotResponse
impl Send for SnapshotResponse
impl Sync for SnapshotResponse
impl Unpin for SnapshotResponse
impl UnsafeUnpin for SnapshotResponse
impl UnwindSafe for SnapshotResponse
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