Enum wasm_bindgen_backend::ast::MethodSelf[][src]

pub enum MethodSelf {
    ByValue,
    RefMutable,
    RefShared,
}

The 3 types variations of self.

Variants

self

&mut self

&self

Trait Implementations

impl Clone for MethodSelf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MethodSelf

impl Sync for MethodSelf