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