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