pub enum AndPatternOperator {
And(Span),
}Variants§
Trait Implementations§
Source§impl Clone for AndPatternOperator
impl Clone for AndPatternOperator
Source§fn clone(&self) -> AndPatternOperator
fn clone(&self) -> AndPatternOperator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AndPatternOperator
impl Debug for AndPatternOperator
impl Eq for AndPatternOperator
Source§impl<'tree> FromNode<'tree> for AndPatternOperator
impl<'tree> FromNode<'tree> for AndPatternOperator
Source§impl PartialEq for AndPatternOperator
impl PartialEq for AndPatternOperator
Source§impl Spanned for AndPatternOperator
impl Spanned for AndPatternOperator
impl StructuralPartialEq for AndPatternOperator
Auto Trait Implementations§
impl Freeze for AndPatternOperator
impl RefUnwindSafe for AndPatternOperator
impl Send for AndPatternOperator
impl Sync for AndPatternOperator
impl Unpin for AndPatternOperator
impl UnsafeUnpin for AndPatternOperator
impl UnwindSafe for AndPatternOperator
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