Struct html_node::typed::elements::figcaption
source · pub struct figcaption {
pub attributes: <figcaption as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>), Global>,
}
Available on crate feature
typed
only.Fields§
§attributes: <figcaption as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>), Global>
Trait Implementations§
source§impl Clone for figcaption
impl Clone for figcaption
source§fn clone(&self) -> figcaption
fn clone(&self) -> figcaption
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 figcaption
impl Debug for figcaption
source§impl Default for figcaption
impl Default for figcaption
source§fn default() -> figcaption
fn default() -> figcaption
Returns the “default value” for a type. Read more
source§impl TypedElement for figcaption
impl TypedElement for figcaption
§type Attributes = FigcaptionAttributes
type Attributes = FigcaptionAttributes
The attributes of the element.
source§fn from_attributes(
attributes: <figcaption as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>), Global>
) -> figcaption
fn from_attributes( attributes: <figcaption as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>), Global> ) -> figcaption
Create an element from its attributes.
Auto Trait Implementations§
impl RefUnwindSafe for figcaption
impl Send for figcaption
impl Sync for figcaption
impl Unpin for figcaption
impl UnwindSafe for figcaption
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