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