pub struct ExpressionTreeClause { /* private fields */ }
Trait Implementations
sourceimpl Clone for ExpressionTreeClause
impl Clone for ExpressionTreeClause
sourcefn clone(&self) -> ExpressionTreeClause
fn clone(&self) -> ExpressionTreeClause
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ExpressionTreeClause
impl Debug for ExpressionTreeClause
sourceimpl PartialEq<ExpressionTreeClause> for ExpressionTreeClause
impl PartialEq<ExpressionTreeClause> for ExpressionTreeClause
sourcefn eq(&self, other: &ExpressionTreeClause) -> bool
fn eq(&self, other: &ExpressionTreeClause) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ExpressionTreeClause) -> bool
fn ne(&self, other: &ExpressionTreeClause) -> bool
This method tests for !=
.
impl StructuralPartialEq for ExpressionTreeClause
Auto Trait Implementations
impl RefUnwindSafe for ExpressionTreeClause
impl Send for ExpressionTreeClause
impl Sync for ExpressionTreeClause
impl Unpin for ExpressionTreeClause
impl UnwindSafe for ExpressionTreeClause
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more