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