Enum wagon_lexer::productions::ImportType
source · pub enum ImportType {
Basic,
Full,
Recursive,
Exclude,
}
Expand description
Enum to specify what type of import this is.
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 Default for ImportType
impl Default for ImportType
source§impl Display for ImportType
impl Display 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 Freeze for ImportType
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