Type Alias UnaryOpUAdd

Source
pub type UnaryOpUAdd = UnaryOpUAdd;

Aliased Type§

struct UnaryOpUAdd;

Trait Implementations

Source§

impl Node for UnaryOpUAdd

Source§

const NAME: &'static str = "UAdd"

Source§

const FIELD_NAMES: &'static [&'static str]

Source§

impl PartialEq<UnaryOp> for UnaryOpUAdd

Source§

fn eq(&self, other: &UnaryOp) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.