Enum sea_query::query::ConditionHolderContents
source ยท pub enum ConditionHolderContents {
Empty,
Chain(Vec<LogicalChainOper>),
Condition(Condition),
}
Variantsยง
Trait Implementationsยง
sourceยงimpl Clone for ConditionHolderContents
impl Clone for ConditionHolderContents
sourceยงfn clone(&self) -> ConditionHolderContents
fn clone(&self) -> ConditionHolderContents
Returns a copy 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 ConditionHolderContents
impl Debug for ConditionHolderContents
sourceยงimpl Default for ConditionHolderContents
impl Default for ConditionHolderContents
sourceยงfn default() -> ConditionHolderContents
fn default() -> ConditionHolderContents
Returns the โdefault valueโ for a type. Read more
sourceยงimpl PartialEq<ConditionHolderContents> for ConditionHolderContents
impl PartialEq<ConditionHolderContents> for ConditionHolderContents
sourceยงfn eq(&self, other: &ConditionHolderContents) -> bool
fn eq(&self, other: &ConditionHolderContents) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ConditionHolderContents
Auto Trait Implementationsยง
impl !RefUnwindSafe for ConditionHolderContents
impl Send for ConditionHolderContents
impl Sync for ConditionHolderContents
impl Unpin for ConditionHolderContents
impl !UnwindSafe for ConditionHolderContents
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