pub struct MathEnvironmentName {
pub pos: Pos,
pub kind: MathEnvironmentNameKind,
}
Fields§
§pos: Pos
§kind: MathEnvironmentNameKind
Trait Implementations§
Source§impl Clone for MathEnvironmentName
impl Clone for MathEnvironmentName
Source§fn clone(&self) -> MathEnvironmentName
fn clone(&self) -> MathEnvironmentName
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MathEnvironmentName
impl Debug for MathEnvironmentName
Auto Trait Implementations§
impl Freeze for MathEnvironmentName
impl RefUnwindSafe for MathEnvironmentName
impl Send for MathEnvironmentName
impl Sync for MathEnvironmentName
impl Unpin for MathEnvironmentName
impl UnwindSafe for MathEnvironmentName
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