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