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