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