pub struct BackupOptions {
pub include_scheduling: bool,
}Expand description
Options for backup operations.
Fields§
§include_scheduling: boolInclude scheduling data (review history, due dates). Default: true
Trait Implementations§
Source§impl Clone for BackupOptions
impl Clone for BackupOptions
Source§fn clone(&self) -> BackupOptions
fn clone(&self) -> BackupOptions
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 moreSource§impl Debug for BackupOptions
impl Debug for BackupOptions
Auto Trait Implementations§
impl Freeze for BackupOptions
impl RefUnwindSafe for BackupOptions
impl Send for BackupOptions
impl Sync for BackupOptions
impl Unpin for BackupOptions
impl UnwindSafe for BackupOptions
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