pub struct caption {
pub attributes: <caption as TypedElement>::Attributes,
pub other_attributes: Vec<(String, Option<String>)>,
}
Available on crate feature
typed
only.Fields§
§attributes: <caption as TypedElement>::Attributes
§other_attributes: Vec<(String, Option<String>)>
Trait Implementations§
Source§impl TypedElement for caption
impl TypedElement for caption
Source§type Attributes = CaptionAttributes
type Attributes = CaptionAttributes
The attributes of the element.
Source§fn from_attributes(
attributes: <caption as TypedElement>::Attributes,
other_attributes: Vec<(String, Option<String>)>,
) -> caption
fn from_attributes( attributes: <caption as TypedElement>::Attributes, other_attributes: Vec<(String, Option<String>)>, ) -> caption
Create an element from its attributes.
Auto Trait Implementations§
impl Freeze for caption
impl RefUnwindSafe for caption
impl Send for caption
impl Sync for caption
impl Unpin for caption
impl UnwindSafe for caption
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