Enum ucglib::ast::ListOpType [−][src]
pub enum ListOpType {
Map,
Filter,
}ListOpType represents the type of list operation for a ListOpDef.
Variants
MapFilter
Trait Implementations
impl Debug for ListOpType[src]
impl Debug for ListOpTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ListOpType[src]
impl PartialEq for ListOpTypefn eq(&self, other: &ListOpType) -> bool[src]
fn eq(&self, other: &ListOpType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for ListOpType[src]
impl Clone for ListOpTypefn clone(&self) -> ListOpType[src]
fn clone(&self) -> ListOpTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for ListOpType
impl Send for ListOpTypeimpl Sync for ListOpType
impl Sync for ListOpType