Struct html_sys::text::Definition
source · #[non_exhaustive]pub struct Definition { /* private fields */ }
Expand description
The HTML <dfn>
element
Trait Implementations§
source§impl Clone for Definition
impl Clone for Definition
source§fn clone(&self) -> Definition
fn clone(&self) -> Definition
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 Definition
impl Debug for Definition
source§impl Default for Definition
impl Default for Definition
source§fn default() -> Definition
fn default() -> Definition
Returns the “default value” for a type. Read more
source§impl Deref for Definition
impl Deref for Definition
source§impl DerefMut for Definition
impl DerefMut for Definition
source§impl Display for Definition
impl Display for Definition
source§impl PartialEq<Definition> for Definition
impl PartialEq<Definition> for Definition
source§fn eq(&self, other: &Definition) -> bool
fn eq(&self, other: &Definition) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<Definition> for Definition
impl PartialOrd<Definition> for Definition
source§fn partial_cmp(&self, other: &Definition) -> Option<Ordering>
fn partial_cmp(&self, other: &Definition) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more