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