pub enum ConstraintConjunctionOperator {
AmpAmp(Span),
And(Span),
}Variants§
Trait Implementations§
Source§impl Clone for ConstraintConjunctionOperator
impl Clone for ConstraintConjunctionOperator
Source§fn clone(&self) -> ConstraintConjunctionOperator
fn clone(&self) -> ConstraintConjunctionOperator
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<'tree> FromNode<'tree> for ConstraintConjunctionOperator
impl<'tree> FromNode<'tree> for ConstraintConjunctionOperator
Auto Trait Implementations§
impl Freeze for ConstraintConjunctionOperator
impl RefUnwindSafe for ConstraintConjunctionOperator
impl Send for ConstraintConjunctionOperator
impl Sync for ConstraintConjunctionOperator
impl Unpin for ConstraintConjunctionOperator
impl UnsafeUnpin for ConstraintConjunctionOperator
impl UnwindSafe for ConstraintConjunctionOperator
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