pub enum UnOp {
Plus,
Minus,
Not,
IsFalse,
IsTrue,
IsNull,
IsNotNull,
}
Expand description
A unary operator
Variantsยง
Trait Implementationsยง
Sourceยงimpl TryFrom<UnaryOperator> for UnOp
impl TryFrom<UnaryOperator> for UnOp
impl Copy for UnOp
impl StructuralPartialEq for UnOp
Auto Trait Implementationsยง
impl Freeze for UnOp
impl RefUnwindSafe for UnOp
impl Send for UnOp
impl Sync for UnOp
impl Unpin for UnOp
impl UnwindSafe for UnOp
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