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