Enum xswag_syntax_java::ast::block::UnaryOpType [] [src]

pub enum UnaryOpType {
    Plus,
    Neg,
    PreIncr,
    PreDecr,
    PostIncr,
    PostDecr,
    Not,
    BitwiseNot,
}

Variants

PlusNegPreIncrPreDecrPostIncrPostDecrNotBitwiseNot

Trait Implementations

impl Debug for UnaryOpType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for UnaryOpType
[src]

impl Clone for UnaryOpType
[src]

fn clone(&self) -> UnaryOpType

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more