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