pub enum SqliteSynchronous {
Off,
Normal,
Full,
Extra,
}Variants§
Trait Implementations§
Source§impl Clone for SqliteSynchronous
impl Clone for SqliteSynchronous
Source§fn clone(&self) -> SqliteSynchronous
fn clone(&self) -> SqliteSynchronous
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SqliteSynchronous
Source§impl Debug for SqliteSynchronous
impl Debug for SqliteSynchronous
impl Eq for SqliteSynchronous
Source§impl PartialEq for SqliteSynchronous
impl PartialEq for SqliteSynchronous
Source§fn eq(&self, other: &SqliteSynchronous) -> bool
fn eq(&self, other: &SqliteSynchronous) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SqliteSynchronous
Auto Trait Implementations§
impl Freeze for SqliteSynchronous
impl RefUnwindSafe for SqliteSynchronous
impl Send for SqliteSynchronous
impl Sync for SqliteSynchronous
impl Unpin for SqliteSynchronous
impl UnsafeUnpin for SqliteSynchronous
impl UnwindSafe for SqliteSynchronous
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