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