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