Struct html_sys::DOMStringMap
source · pub struct DOMStringMap {}
Trait Implementations§
source§impl Clone for DOMStringMap
impl Clone for DOMStringMap
source§fn clone(&self) -> DOMStringMap
fn clone(&self) -> DOMStringMap
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 moresource§impl Debug for DOMStringMap
impl Debug for DOMStringMap
source§impl Default for DOMStringMap
impl Default for DOMStringMap
source§fn default() -> DOMStringMap
fn default() -> DOMStringMap
Returns the “default value” for a type. Read more
source§impl PartialEq<DOMStringMap> for DOMStringMap
impl PartialEq<DOMStringMap> for DOMStringMap
source§fn eq(&self, other: &DOMStringMap) -> bool
fn eq(&self, other: &DOMStringMap) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.