Enum wasm_bindgen_backend::ast::TypeLocation [−][src]
pub enum TypeLocation {
ImportArgument,
ImportRet,
ExportArgument,
ExportRet,
}Variants
ImportArgumentImportRetExportArgumentExportRet
Trait Implementations
impl Copy for TypeLocation[src]
impl Copy for TypeLocationimpl Clone for TypeLocation[src]
impl Clone for TypeLocationfn clone(&self) -> TypeLocation[src]
fn clone(&self) -> TypeLocationReturns 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 Debug for TypeLocation[src]
impl Debug for TypeLocationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for TypeLocation[src]
impl PartialEq for TypeLocationfn eq(&self, other: &TypeLocation) -> bool[src]
fn eq(&self, other: &TypeLocation) -> 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 TypeLocation[src]
impl Eq for TypeLocationAuto Trait Implementations
impl Send for TypeLocation
impl Send for TypeLocationimpl Sync for TypeLocation
impl Sync for TypeLocation