Struct mathml_core::MathSqrt
source · pub struct MathSqrt { /* private fields */ }
Implementations§
Trait Implementations§
source§impl MathElement for MathSqrt
impl MathElement for MathSqrt
source§fn add_attribute<K, V>(&mut self, key: K, value: V)where
K: ToString,
V: ToString,
fn add_attribute<K, V>(&mut self, key: K, value: V)where K: ToString, V: ToString,
Add an attribute to the operator.
source§fn with_attribute<K, V>(self, key: K, value: V) -> Selfwhere
K: ToString,
V: ToString,
fn with_attribute<K, V>(self, key: K, value: V) -> Selfwhere K: ToString, V: ToString,
Add an attribute to the operator.
source§impl PartialEq<MathSqrt> for MathSqrt
impl PartialEq<MathSqrt> for MathSqrt
impl StructuralPartialEq for MathSqrt
Auto Trait Implementations§
impl RefUnwindSafe for MathSqrt
impl Send for MathSqrt
impl Sync for MathSqrt
impl Unpin for MathSqrt
impl UnwindSafe for MathSqrt
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