Struct wasm_bindgen::convert::Descriptor [−][src]
pub struct Descriptor { /* fields omitted */ }Trait Implementations
impl PartialEq for Descriptor[src]
impl PartialEq for Descriptorfn eq(&self, other: &Descriptor) -> bool[src]
fn eq(&self, other: &Descriptor) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Descriptor) -> bool[src]
fn ne(&self, other: &Descriptor) -> boolThis method tests for !=.
impl Eq for Descriptor[src]
impl Eq for Descriptorimpl Copy for Descriptor[src]
impl Copy for Descriptorimpl Clone for Descriptor[src]
impl Clone for Descriptorfn clone(&self) -> Descriptor[src]
fn clone(&self) -> DescriptorReturns 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 Descriptor
impl Send for Descriptorimpl Sync for Descriptor
impl Sync for Descriptor