pub struct FlashJournalRestoreReport {
pub active_epoch: Option<u64>,
pub restored_records: u32,
pub warning: Option<FlashJournalWarning>,
}Fields§
§active_epoch: Option<u64>§restored_records: u32§warning: Option<FlashJournalWarning>Trait Implementations§
Source§impl Clone for FlashJournalRestoreReport
impl Clone for FlashJournalRestoreReport
Source§fn clone(&self) -> FlashJournalRestoreReport
fn clone(&self) -> FlashJournalRestoreReport
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 FlashJournalRestoreReport
Source§impl Debug for FlashJournalRestoreReport
impl Debug for FlashJournalRestoreReport
impl Eq for FlashJournalRestoreReport
impl StructuralPartialEq for FlashJournalRestoreReport
Auto Trait Implementations§
impl Freeze for FlashJournalRestoreReport
impl RefUnwindSafe for FlashJournalRestoreReport
impl Send for FlashJournalRestoreReport
impl Sync for FlashJournalRestoreReport
impl Unpin for FlashJournalRestoreReport
impl UnsafeUnpin for FlashJournalRestoreReport
impl UnwindSafe for FlashJournalRestoreReport
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