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