Enum sqlite_rs::header::FileFormatReadVersion
source · pub enum FileFormatReadVersion {
Legacy,
WAL,
}Variants§
Trait Implementations§
source§impl Debug for FileFormatReadVersion
impl Debug for FileFormatReadVersion
source§impl Display for FileFormatReadVersion
impl Display for FileFormatReadVersion
source§impl From<&FileFormatReadVersion> for u8
impl From<&FileFormatReadVersion> for u8
source§fn from(value: &FileFormatReadVersion) -> Self
fn from(value: &FileFormatReadVersion) -> Self
Converts to this type from the input type.
source§impl PartialEq<FileFormatReadVersion> for FileFormatReadVersion
impl PartialEq<FileFormatReadVersion> for FileFormatReadVersion
source§fn eq(&self, other: &FileFormatReadVersion) -> bool
fn eq(&self, other: &FileFormatReadVersion) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FileFormatReadVersion
impl StructuralEq for FileFormatReadVersion
impl StructuralPartialEq for FileFormatReadVersion
Auto Trait Implementations§
impl RefUnwindSafe for FileFormatReadVersion
impl Send for FileFormatReadVersion
impl Sync for FileFormatReadVersion
impl Unpin for FileFormatReadVersion
impl UnwindSafe for FileFormatReadVersion
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