pub struct FlashJournalTimebaseState {
pub high_water: Option<InstantMillis>,
pub last_compaction_attempt: Option<InstantMillis>,
}Fields§
§high_water: Option<InstantMillis>§last_compaction_attempt: Option<InstantMillis>Trait Implementations§
Source§impl Clone for FlashJournalTimebaseState
impl Clone for FlashJournalTimebaseState
Source§fn clone(&self) -> FlashJournalTimebaseState
fn clone(&self) -> FlashJournalTimebaseState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FlashJournalTimebaseState
Source§impl Debug for FlashJournalTimebaseState
impl Debug for FlashJournalTimebaseState
impl Eq for FlashJournalTimebaseState
impl StructuralPartialEq for FlashJournalTimebaseState
Auto Trait Implementations§
impl Freeze for FlashJournalTimebaseState
impl RefUnwindSafe for FlashJournalTimebaseState
impl Send for FlashJournalTimebaseState
impl Sync for FlashJournalTimebaseState
impl Unpin for FlashJournalTimebaseState
impl UnsafeUnpin for FlashJournalTimebaseState
impl UnwindSafe for FlashJournalTimebaseState
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