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