Enum cl_ast::ast::ModifyKind
source · pub enum ModifyKind {
And,
Or,
Xor,
Shl,
Shr,
Add,
Sub,
Mul,
Div,
Rem,
}
Variants§
Trait Implementations§
source§impl Clone for ModifyKind
impl Clone for ModifyKind
source§fn clone(&self) -> ModifyKind
fn clone(&self) -> ModifyKind
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 ModifyKind
impl Debug for ModifyKind
source§impl Display for ModifyKind
impl Display for ModifyKind
source§impl Hash for ModifyKind
impl Hash for ModifyKind
source§impl PartialEq for ModifyKind
impl PartialEq for ModifyKind
source§fn eq(&self, other: &ModifyKind) -> bool
fn eq(&self, other: &ModifyKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ModifyKind
impl Eq for ModifyKind
impl StructuralPartialEq for ModifyKind
Auto Trait Implementations§
impl Freeze for ModifyKind
impl RefUnwindSafe for ModifyKind
impl Send for ModifyKind
impl Sync for ModifyKind
impl Unpin for ModifyKind
impl UnwindSafe for ModifyKind
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