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