Enum kodept_ast::BinaryExpressionKind
source · pub enum BinaryExpressionKind {
Pow,
Mul,
Add,
ComplexComparison,
CompoundComparison,
Comparison,
Bit,
Logic,
}Variants§
Trait Implementations§
source§impl Clone for BinaryExpressionKind
impl Clone for BinaryExpressionKind
source§fn clone(&self) -> BinaryExpressionKind
fn clone(&self) -> BinaryExpressionKind
Returns a copy 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 BinaryExpressionKind
impl Debug for BinaryExpressionKind
source§impl PartialEq for BinaryExpressionKind
impl PartialEq for BinaryExpressionKind
source§fn eq(&self, other: &BinaryExpressionKind) -> bool
fn eq(&self, other: &BinaryExpressionKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BinaryExpressionKind
Auto Trait Implementations§
impl RefUnwindSafe for BinaryExpressionKind
impl Send for BinaryExpressionKind
impl Sync for BinaryExpressionKind
impl Unpin for BinaryExpressionKind
impl UnwindSafe for BinaryExpressionKind
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