pub struct FileReadState { /* private fields */ }Expand description
Post-compact restore state — tracks recently accessed files for restoration
Implementations§
Trait Implementations§
Source§impl Clone for FileReadState
impl Clone for FileReadState
Source§fn clone(&self) -> FileReadState
fn clone(&self) -> FileReadState
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 FileReadState
impl Debug for FileReadState
Source§impl Default for FileReadState
impl Default for FileReadState
Source§fn default() -> FileReadState
fn default() -> FileReadState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FileReadState
impl RefUnwindSafe for FileReadState
impl Send for FileReadState
impl Sync for FileReadState
impl Unpin for FileReadState
impl UnsafeUnpin for FileReadState
impl UnwindSafe for FileReadState
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