Struct mathml_core::MathSup
source · pub struct MathSup { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
source§impl PartialEq<MathSup> for MathSup
impl PartialEq<MathSup> for MathSup
impl StructuralPartialEq for MathSup
Auto Trait Implementations§
impl RefUnwindSafe for MathSup
impl Send for MathSup
impl Sync for MathSup
impl Unpin for MathSup
impl UnwindSafe for MathSup
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