Struct mathml_core::MathUnderOver
source · pub struct MathUnderOver { /* private fields */ }
Expand description
The <munderover>
element is used to attach an accent or a limit under and over an expression.
Implementations§
source§impl MathUnderOver
impl MathUnderOver
Trait Implementations§
source§impl Clone for MathUnderOver
impl Clone for MathUnderOver
source§fn clone(&self) -> MathUnderOver
fn clone(&self) -> MathUnderOver
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MathUnderOver
impl Debug for MathUnderOver
source§impl Display for MathUnderOver
impl Display for MathUnderOver
source§impl From<MathUnderOver> for MathML
impl From<MathUnderOver> for MathML
source§fn from(value: MathUnderOver) -> Self
fn from(value: MathUnderOver) -> Self
Converts to this type from the input type.
source§impl PartialEq<MathUnderOver> for MathUnderOver
impl PartialEq<MathUnderOver> for MathUnderOver
source§fn eq(&self, other: &MathUnderOver) -> bool
fn eq(&self, other: &MathUnderOver) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MathUnderOver
Auto Trait Implementations§
impl RefUnwindSafe for MathUnderOver
impl Send for MathUnderOver
impl Sync for MathUnderOver
impl Unpin for MathUnderOver
impl UnwindSafe for MathUnderOver
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