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