Enum wasm_bindgen_backend::ast::MethodSelf [−][src]
pub enum MethodSelf { ByValue, RefMutable, RefShared, }
Expand description
The 3 types variations of self
.
Variants
self
&mut self
&self
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MethodSelf
impl Send for MethodSelf
impl Sync for MethodSelf
impl Unpin for MethodSelf
impl UnwindSafe for MethodSelf
Blanket Implementations
Mutably borrows from an owned value. Read more