pub enum QuotesKind {
Keep,
Omit,
}Available on crate feature
backend-postgres only.Variantsยง
Implementationsยง
Sourceยงimpl QuotesKind
impl QuotesKind
pub fn on_scalar_string(self) -> QuotesClause
Trait Implementationsยง
Sourceยงimpl Clone for QuotesKind
impl Clone for QuotesKind
Sourceยงfn clone(&self) -> QuotesKind
fn clone(&self) -> QuotesKind
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 QuotesKind
impl Debug for QuotesKind
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 QuotesKind
impl RefUnwindSafe for QuotesKind
impl Send for QuotesKind
impl Sync for QuotesKind
impl Unpin for QuotesKind
impl UnwindSafe for QuotesKind
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