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