Enum AstBinaryOpFamily
pub enum AstBinaryOpFamily {
Arithmetic,
Bitwise,
Logical,
Relational,
}Expand description
Families or groups of binary operators.
Variants§
Trait Implementations§
§impl Clone for AstBinaryOpFamily
impl Clone for AstBinaryOpFamily
§fn clone(&self) -> AstBinaryOpFamily
fn clone(&self) -> AstBinaryOpFamily
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 more§impl Debug for AstBinaryOpFamily
impl Debug for AstBinaryOpFamily
§impl PartialEq for AstBinaryOpFamily
impl PartialEq for AstBinaryOpFamily
impl Copy for AstBinaryOpFamily
impl Eq for AstBinaryOpFamily
impl StructuralPartialEq for AstBinaryOpFamily
Auto Trait Implementations§
impl Freeze for AstBinaryOpFamily
impl RefUnwindSafe for AstBinaryOpFamily
impl Send for AstBinaryOpFamily
impl Sync for AstBinaryOpFamily
impl Unpin for AstBinaryOpFamily
impl UnwindSafe for AstBinaryOpFamily
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