pub struct WrapperClause { /* private fields */ }Available on crate feature
backend-postgres only.Trait Implementationsยง
Sourceยงimpl Clone for WrapperClause
impl Clone for WrapperClause
Sourceยงfn clone(&self) -> WrapperClause
fn clone(&self) -> WrapperClause
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 WrapperClause
impl Debug for WrapperClause
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 WrapperClause
impl RefUnwindSafe for WrapperClause
impl Send for WrapperClause
impl Sync for WrapperClause
impl Unpin for WrapperClause
impl UnwindSafe for WrapperClause
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