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