Enum wasm_bindgen_backend::ast::TypeKind [−][src]
pub enum TypeKind { ByRef, ByMutRef, ByValue, }
Expand description
Unused, the type of an argument to / return from a function
Variants
A by-reference arg, EG &T
A by-mutable-reference arg, EG &mut T
A by-value arg, EG T
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeKind
impl UnwindSafe for TypeKind
Blanket Implementations
Mutably borrows from an owned value. Read more