pub enum UnaryKind {
Deref,
Neg,
Not,
At,
Tilde,
}
Expand description
A Unary operator
Variants§
Trait Implementations§
source§impl PartialEq for UnaryKind
impl PartialEq for UnaryKind
impl Copy for UnaryKind
impl Eq for UnaryKind
impl StructuralPartialEq for UnaryKind
Auto Trait Implementations§
impl Freeze for UnaryKind
impl RefUnwindSafe for UnaryKind
impl Send for UnaryKind
impl Sync for UnaryKind
impl Unpin for UnaryKind
impl UnwindSafe for UnaryKind
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