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