pub enum IrStdUnaryOp {
Not,
Neg,
}Variants§
Trait Implementations§
Source§impl Clone for IrStdUnaryOp
impl Clone for IrStdUnaryOp
Source§fn clone(&self) -> IrStdUnaryOp
fn clone(&self) -> IrStdUnaryOp
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 IrStdUnaryOp
impl Debug for IrStdUnaryOp
Source§impl Display for IrStdUnaryOp
impl Display for IrStdUnaryOp
Source§impl FromStr for IrStdUnaryOp
impl FromStr for IrStdUnaryOp
Source§impl Hash for IrStdUnaryOp
impl Hash for IrStdUnaryOp
Auto Trait Implementations§
impl Freeze for IrStdUnaryOp
impl RefUnwindSafe for IrStdUnaryOp
impl Send for IrStdUnaryOp
impl Sync for IrStdUnaryOp
impl Unpin for IrStdUnaryOp
impl UnwindSafe for IrStdUnaryOp
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