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