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