pub struct QuotesClause { /* private fields */ }Available on crate feature
backend-postgres only.Trait Implementationsยง
Sourceยงimpl Clone for QuotesClause
impl Clone for QuotesClause
Sourceยงfn clone(&self) -> QuotesClause
fn clone(&self) -> QuotesClause
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 QuotesClause
impl Debug for QuotesClause
Sourceยงimpl From<QuotesKind> for QuotesClause
impl From<QuotesKind> for QuotesClause
Sourceยงfn from(kind: QuotesKind) -> Self
fn from(kind: QuotesKind) -> Self
Converts to this type from the input type.
Auto Trait Implementationsยง
impl Freeze for QuotesClause
impl RefUnwindSafe for QuotesClause
impl Send for QuotesClause
impl Sync for QuotesClause
impl Unpin for QuotesClause
impl UnwindSafe for QuotesClause
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