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