pub struct figcaption {
pub attributes: <figcaption as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <figcaption as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§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
Source§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>)>,
) -> figcaption
fn from_attributes( attributes: <figcaption as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> figcaption
Create an element from its attributes.
Auto Trait Implementations§
impl Freeze for figcaption
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