Enum nessa::parser::ImportType
source · pub enum ImportType {
Interface,
Class,
Fn,
Prefix,
Postfix,
Binary,
Nary,
Syntax,
Outer,
All,
}Variants§
Trait Implementations§
source§impl Clone for ImportType
impl Clone for ImportType
source§fn clone(&self) -> ImportType
fn clone(&self) -> ImportType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ImportType
impl Debug for ImportType
source§impl Hash for ImportType
impl Hash for ImportType
source§impl PartialEq for ImportType
impl PartialEq for ImportType
source§fn eq(&self, other: &ImportType) -> bool
fn eq(&self, other: &ImportType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ImportType
impl StructuralPartialEq for ImportType
Auto Trait Implementations§
impl RefUnwindSafe for ImportType
impl Send for ImportType
impl Sync for ImportType
impl Unpin for ImportType
impl UnwindSafe for ImportType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.