Struct wasm_bindgen_downcast::DowncastToken
source · pub struct DowncastToken(pub Symbol);
Expand description
A token used when downcasting wrapper classes back to their Rust types.
Tuple Fields§
§0: Symbol
Implementations§
source§impl DowncastToken
impl DowncastToken
Trait Implementations§
source§impl Clone for DowncastToken
impl Clone for DowncastToken
source§fn clone(&self) -> DowncastToken
fn clone(&self) -> DowncastToken
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