Enum wasm_bindgen_backend::defined::ImportedTypeKind [−][src]
pub enum ImportedTypeKind {
Definition,
Reference,
}Variants
DefinitionThe definition of an imported type.
ReferenceA reference to an imported type.
Trait Implementations
impl Debug for ImportedTypeKind[src]
impl Debug for ImportedTypeKindfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ImportedTypeKind[src]
impl Clone for ImportedTypeKindfn clone(&self) -> ImportedTypeKind[src]
fn clone(&self) -> ImportedTypeKindReturns 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
impl Copy for ImportedTypeKind[src]
impl Copy for ImportedTypeKindimpl PartialEq for ImportedTypeKind[src]
impl PartialEq for ImportedTypeKindfn eq(&self, other: &ImportedTypeKind) -> bool[src]
fn eq(&self, other: &ImportedTypeKind) -> 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 Eq for ImportedTypeKind[src]
impl Eq for ImportedTypeKindAuto Trait Implementations
impl Send for ImportedTypeKind
impl Send for ImportedTypeKindimpl Sync for ImportedTypeKind
impl Sync for ImportedTypeKind