pub struct FlushStat {
pub starting_offset: u64,
pub sync_id: u64,
pub ino: u64,
}Fields§
§starting_offset: u64§sync_id: u64§ino: u64Implementations§
Trait Implementations§
impl Eq for FlushStat
impl StructuralPartialEq for FlushStat
Auto Trait Implementations§
impl Freeze for FlushStat
impl RefUnwindSafe for FlushStat
impl Send for FlushStat
impl Sync for FlushStat
impl Unpin for FlushStat
impl UnsafeUnpin for FlushStat
impl UnwindSafe for FlushStat
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