Struct html_sys::text::RubyFallbackParenthesis
source · #[non_exhaustive]pub struct RubyFallbackParenthesis {
pub data_map: DataMap,
/* private fields */
}
Expand description
The HTML <rp>
element
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.data_map: DataMap
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 ==
.impl StructuralPartialEq for RubyFallbackParenthesis
Auto Trait Implementations§
impl RefUnwindSafe for RubyFallbackParenthesis
impl Send for RubyFallbackParenthesis
impl Sync for RubyFallbackParenthesis
impl Unpin for RubyFallbackParenthesis
impl UnwindSafe for RubyFallbackParenthesis
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more