pub struct DoesNotSupportReturningClause;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 RETURNING clauses
Trait Implementations§
Source§impl Clone for DoesNotSupportReturningClause
 
impl Clone for DoesNotSupportReturningClause
Source§fn clone(&self) -> DoesNotSupportReturningClause
 
fn clone(&self) -> DoesNotSupportReturningClause
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 moreimpl Copy for DoesNotSupportReturningClause
Auto Trait Implementations§
impl Freeze for DoesNotSupportReturningClause
impl RefUnwindSafe for DoesNotSupportReturningClause
impl Send for DoesNotSupportReturningClause
impl Sync for DoesNotSupportReturningClause
impl Unpin for DoesNotSupportReturningClause
impl UnwindSafe for DoesNotSupportReturningClause
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