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