pub enum WrapperKind {
Without,
WithConditional,
WithUnconditional,
}Available on crate feature
backend-postgres only.Variantsยง
Implementationsยง
Sourceยงimpl WrapperKind
impl WrapperKind
pub fn array(self) -> WrapperClause
Trait Implementationsยง
Sourceยงimpl Clone for WrapperKind
impl Clone for WrapperKind
Sourceยงfn clone(&self) -> WrapperKind
fn clone(&self) -> WrapperKind
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 WrapperKind
impl Debug for WrapperKind
Sourceยงimpl From<WrapperKind> for WrapperClause
impl From<WrapperKind> for WrapperClause
Sourceยงfn from(kind: WrapperKind) -> Self
fn from(kind: WrapperKind) -> Self
Converts to this type from the input type.
Auto Trait Implementationsยง
impl Freeze for WrapperKind
impl RefUnwindSafe for WrapperKind
impl Send for WrapperKind
impl Sync for WrapperKind
impl Unpin for WrapperKind
impl UnwindSafe for WrapperKind
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