Enum wasm_bindgen_backend::ast::MethodSelf
source · pub enum MethodSelf {
ByValue,
RefMutable,
RefShared,
}
Expand description
The 3 types variations of self
.
Variants§
Trait Implementations§
source§impl Clone for MethodSelf
impl Clone for MethodSelf
source§fn clone(&self) -> MethodSelf
fn clone(&self) -> MethodSelf
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more