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