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