pub enum WritableSchema {
Enabled(bool),
Reset,
}Expand description
Writable schema modes (test-only)
Variants§
Trait Implementations§
Source§impl Clone for WritableSchema
impl Clone for WritableSchema
Source§fn clone(&self) -> WritableSchema
fn clone(&self) -> WritableSchema
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 moreSource§impl Debug for WritableSchema
impl Debug for WritableSchema
Source§impl PartialEq for WritableSchema
impl PartialEq for WritableSchema
Source§fn eq(&self, other: &WritableSchema) -> bool
fn eq(&self, other: &WritableSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'a> ToSQL<'a, SQLiteValue<'a>> for WritableSchema
impl<'a> ToSQL<'a, SQLiteValue<'a>> for WritableSchema
impl Eq for WritableSchema
impl StructuralPartialEq for WritableSchema
Auto Trait Implementations§
impl Freeze for WritableSchema
impl RefUnwindSafe for WritableSchema
impl Send for WritableSchema
impl Sync for WritableSchema
impl Unpin for WritableSchema
impl UnsafeUnpin for WritableSchema
impl UnwindSafe for WritableSchema
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