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