pub enum ArrayMethodName {
MethodIdentifier(Box<MethodIdentifier>),
Unique(Box<Keyword>),
And(Box<Keyword>),
Or(Box<Keyword>),
Xor(Box<Keyword>),
}Variants
MethodIdentifier(Box<MethodIdentifier>)
Unique(Box<Keyword>)
And(Box<Keyword>)
Or(Box<Keyword>)
Xor(Box<Keyword>)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ArrayMethodName
impl Send for ArrayMethodName
impl Sync for ArrayMethodName
impl Unpin for ArrayMethodName
impl UnwindSafe for ArrayMethodName
Blanket Implementations
Mutably borrows from an owned value. Read more