pub enum UnaryExprType {
Neg,
Not,
}Variants§
Trait Implementations§
Source§impl Clone for UnaryExprType
impl Clone for UnaryExprType
Source§fn clone(&self) -> UnaryExprType
fn clone(&self) -> UnaryExprType
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 moreSource§impl Debug for UnaryExprType
impl Debug for UnaryExprType
Source§impl PartialEq for UnaryExprType
impl PartialEq for UnaryExprType
impl Copy for UnaryExprType
impl Eq for UnaryExprType
impl StructuralPartialEq for UnaryExprType
Auto Trait Implementations§
impl Freeze for UnaryExprType
impl RefUnwindSafe for UnaryExprType
impl Send for UnaryExprType
impl Sync for UnaryExprType
impl Unpin for UnaryExprType
impl UnwindSafe for UnaryExprType
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