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