pub enum LessOperationOperatorKind {
Multiply,
Division,
Plus,
Minus,
}Variants§
Trait Implementations§
Source§impl Clone for LessOperationOperatorKind
impl Clone for LessOperationOperatorKind
Source§fn clone(&self) -> LessOperationOperatorKind
fn clone(&self) -> LessOperationOperatorKind
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 LessOperationOperatorKind
impl Debug for LessOperationOperatorKind
Source§impl PartialEq for LessOperationOperatorKind
impl PartialEq for LessOperationOperatorKind
Source§fn eq(&self, other: &LessOperationOperatorKind) -> bool
fn eq(&self, other: &LessOperationOperatorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LessOperationOperatorKind
Auto Trait Implementations§
impl Freeze for LessOperationOperatorKind
impl RefUnwindSafe for LessOperationOperatorKind
impl Send for LessOperationOperatorKind
impl Sync for LessOperationOperatorKind
impl Unpin for LessOperationOperatorKind
impl UnsafeUnpin for LessOperationOperatorKind
impl UnwindSafe for LessOperationOperatorKind
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