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