Enum wasm_bindgen_backend::ast::MethodSelf [−][src]
pub enum MethodSelf {
ByValue,
RefMutable,
RefShared,
}The 3 types variations of self.
Variants
ByValueself
RefMutable&mut self
&self
Trait Implementations
impl Clone for MethodSelf[src]
impl Clone for MethodSelffn clone(&self) -> MethodSelf[src]
fn clone(&self) -> MethodSelfReturns 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
Auto Trait Implementations
impl Send for MethodSelf
impl Send for MethodSelfimpl Sync for MethodSelf
impl Sync for MethodSelf