pub enum SqliteLogLevel {
Error = 1,
Warn = 2,
Notice = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for SqliteLogLevel
impl Clone for SqliteLogLevel
Source§fn clone(&self) -> SqliteLogLevel
fn clone(&self) -> SqliteLogLevel
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 SqliteLogLevel
impl Debug for SqliteLogLevel
Source§impl Hash for SqliteLogLevel
impl Hash for SqliteLogLevel
Source§impl Ord for SqliteLogLevel
impl Ord for SqliteLogLevel
Source§fn cmp(&self, other: &SqliteLogLevel) -> Ordering
fn cmp(&self, other: &SqliteLogLevel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SqliteLogLevel
impl PartialEq for SqliteLogLevel
Source§impl PartialOrd for SqliteLogLevel
impl PartialOrd for SqliteLogLevel
impl Copy for SqliteLogLevel
impl Eq for SqliteLogLevel
impl StructuralPartialEq for SqliteLogLevel
Auto Trait Implementations§
impl Freeze for SqliteLogLevel
impl RefUnwindSafe for SqliteLogLevel
impl Send for SqliteLogLevel
impl Sync for SqliteLogLevel
impl Unpin for SqliteLogLevel
impl UnwindSafe for SqliteLogLevel
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