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