Enum BtUnaryOp
pub enum BtUnaryOp {
Negate,
Plus,
BitwiseNot,
LogicalNot,
}Expand description
Unary operator.
Variants§
Trait Implementations§
impl Copy for BtUnaryOp
impl Eq for BtUnaryOp
impl StructuralPartialEq for BtUnaryOp
Auto Trait Implementations§
impl Freeze for BtUnaryOp
impl RefUnwindSafe for BtUnaryOp
impl Send for BtUnaryOp
impl Sync for BtUnaryOp
impl Unpin for BtUnaryOp
impl UnwindSafe for BtUnaryOp
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