pub enum LessOperationOperatorKind {
Multiply,
Division,
Plus,
Minus,
}Variants§
Trait Implementations§
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