pub enum BinaryOperatorOperator {
}Variants§
Percent(Span)
Amp(Span)
Star(Span)
StarStar(Span)
Plus(Span)
Minus(Span)
Slash(Span)
SlashSlash(Span)
Shl(Span)
Shr(Span)
At(Span)
Caret(Span)
Pipe(Span)
Trait Implementations§
Source§impl Clone for BinaryOperatorOperator
impl Clone for BinaryOperatorOperator
Source§fn clone(&self) -> BinaryOperatorOperator
fn clone(&self) -> BinaryOperatorOperator
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 Debug for BinaryOperatorOperator
impl Debug for BinaryOperatorOperator
Source§impl<'tree> FromNode<'tree> for BinaryOperatorOperator
impl<'tree> FromNode<'tree> for BinaryOperatorOperator
Auto Trait Implementations§
impl Freeze for BinaryOperatorOperator
impl RefUnwindSafe for BinaryOperatorOperator
impl Send for BinaryOperatorOperator
impl Sync for BinaryOperatorOperator
impl Unpin for BinaryOperatorOperator
impl UnsafeUnpin for BinaryOperatorOperator
impl UnwindSafe for BinaryOperatorOperator
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