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