pub struct FlushResult {
pub snapshots_written: usize,
pub bytes_written: usize,
pub checkpoint_id: Option<String>,
}Fields§
§snapshots_written: usize§bytes_written: usize§checkpoint_id: Option<String>Trait Implementations§
Source§impl Clone for FlushResult
impl Clone for FlushResult
Source§fn clone(&self) -> FlushResult
fn clone(&self) -> FlushResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FlushResult
impl RefUnwindSafe for FlushResult
impl Send for FlushResult
impl Sync for FlushResult
impl Unpin for FlushResult
impl UnwindSafe for FlushResult
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