aztec-nr - std::meta::op

Struct UnaryOp

pub struct UnaryOp
{ /* private fields */ }

Implementations

impl UnaryOp

pub fn is_minus(self) -> bool pub fn is_not(self) -> bool pub fn is_mutable_reference(self) -> bool pub fn is_dereference(self) -> bool pub comptime fn quoted(self) -> Quoted

Trait implementations

impl Eq for UnaryOp

pub fn eq(self, other: Self) -> bool

impl Hash for UnaryOp

pub fn hash<H>(self, h: &mut H)
where H: Hasher