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