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