Enum ucglib::ast::ListOpType[][src]

pub enum ListOpType {
    Map,
    Filter,
}

Variants

Trait Implementations

impl Debug for ListOpType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ListOpType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for ListOpType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ListOpType

impl Sync for ListOpType