pub struct JournalOptions {
pub reason_mask: u32,
pub next_usn: NextUsn,
pub max_history_size: HistorySize,
pub version_range: (u16, u16),
}
Fields§
§reason_mask: u32
§next_usn: NextUsn
§max_history_size: HistorySize
§version_range: (u16, u16)
Trait Implementations§
Source§impl Clone for JournalOptions
impl Clone for JournalOptions
Source§fn clone(&self) -> JournalOptions
fn clone(&self) -> JournalOptions
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 JournalOptions
impl Debug for JournalOptions
Auto Trait Implementations§
impl Freeze for JournalOptions
impl RefUnwindSafe for JournalOptions
impl Send for JournalOptions
impl Sync for JournalOptions
impl Unpin for JournalOptions
impl UnwindSafe for JournalOptions
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