pub struct DoesNotSupportDefaultKeyword;Available on crate feature 
i-implement-a-third-party-backend-and-opt-into-breaking-changes only.Expand description
Indicates that a backend does not support DEFAULT value
expressions for INSERT INTO statements
Trait Implementations§
Source§impl Clone for DoesNotSupportDefaultKeyword
 
impl Clone for DoesNotSupportDefaultKeyword
Source§fn clone(&self) -> DoesNotSupportDefaultKeyword
 
fn clone(&self) -> DoesNotSupportDefaultKeyword
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 DoesNotSupportDefaultKeyword
 
impl Debug for DoesNotSupportDefaultKeyword
impl Copy for DoesNotSupportDefaultKeyword
Auto Trait Implementations§
impl Freeze for DoesNotSupportDefaultKeyword
impl RefUnwindSafe for DoesNotSupportDefaultKeyword
impl Send for DoesNotSupportDefaultKeyword
impl Sync for DoesNotSupportDefaultKeyword
impl Unpin for DoesNotSupportDefaultKeyword
impl UnwindSafe for DoesNotSupportDefaultKeyword
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