pub struct MathAtomInfo {
pub class: MathClass,
pub delimiter: Option<DelimiterRole>,
}Expand description
Class metadata without a source location.
Fields§
§class: MathClass§delimiter: Option<DelimiterRole>Trait Implementations§
Source§impl Clone for MathAtomInfo
impl Clone for MathAtomInfo
Source§fn clone(&self) -> MathAtomInfo
fn clone(&self) -> MathAtomInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MathAtomInfo
Source§impl Debug for MathAtomInfo
impl Debug for MathAtomInfo
Source§impl Default for MathAtomInfo
impl Default for MathAtomInfo
Source§fn default() -> MathAtomInfo
fn default() -> MathAtomInfo
Returns the “default value” for a type. Read more
impl Eq for MathAtomInfo
Source§impl Hash for MathAtomInfo
impl Hash for MathAtomInfo
Source§impl PartialEq for MathAtomInfo
impl PartialEq for MathAtomInfo
impl StructuralPartialEq for MathAtomInfo
Auto Trait Implementations§
impl Freeze for MathAtomInfo
impl RefUnwindSafe for MathAtomInfo
impl Send for MathAtomInfo
impl Sync for MathAtomInfo
impl Unpin for MathAtomInfo
impl UnsafeUnpin for MathAtomInfo
impl UnwindSafe for MathAtomInfo
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