pub enum ImportType {
Code,
Data,
Const,
}
Expand description
The kind of import symbol.
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 Copy for ImportType
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