Struct mathml_core::MathOperator
source · pub struct MathOperator { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for MathOperator
impl Clone for MathOperator
source§fn clone(&self) -> MathOperator
fn clone(&self) -> MathOperator
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 MathOperator
impl Debug for MathOperator
source§impl Display for MathOperator
impl Display for MathOperator
source§impl From<MathOperator> for MathML
impl From<MathOperator> for MathML
source§fn from(value: MathOperator) -> Self
fn from(value: MathOperator) -> Self
Converts to this type from the input type.
source§impl PartialEq<MathOperator> for MathOperator
impl PartialEq<MathOperator> for MathOperator
source§fn eq(&self, other: &MathOperator) -> bool
fn eq(&self, other: &MathOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MathOperator
Auto Trait Implementations§
impl RefUnwindSafe for MathOperator
impl Send for MathOperator
impl Sync for MathOperator
impl Unpin for MathOperator
impl UnwindSafe for MathOperator
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