pub enum FileSystemStatus {
ReadOnly,
ReadWrite,
TransactionActive,
Closed,
}Expand description
Status of the filesystem interface
Variants§
ReadOnly
Opened in read-only mode
ReadWrite
Opened in read-write mode
TransactionActive
Transaction is active
Closed
Closed/disposed
Trait Implementations§
Source§impl Clone for FileSystemStatus
impl Clone for FileSystemStatus
Source§fn clone(&self) -> FileSystemStatus
fn clone(&self) -> FileSystemStatus
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileSystemStatus
impl Debug for FileSystemStatus
Source§impl PartialEq for FileSystemStatus
impl PartialEq for FileSystemStatus
impl Copy for FileSystemStatus
impl Eq for FileSystemStatus
impl StructuralPartialEq for FileSystemStatus
Auto Trait Implementations§
impl Freeze for FileSystemStatus
impl RefUnwindSafe for FileSystemStatus
impl Send for FileSystemStatus
impl Sync for FileSystemStatus
impl Unpin for FileSystemStatus
impl UnwindSafe for FileSystemStatus
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)