pub struct Var {
pub kind: VarKind,
pub span: Span,
}
Expand description
Variable in Ascii math, meaning a symbol that stands on it’s own.
Fields§
§kind: VarKind
Kind of variable.
span: Span
Span occupied by this variable.
Implementations§
Trait Implementations§
Source§impl IntoElements for Var
impl IntoElements for Var
Source§fn into_elements(self) -> Elements
fn into_elements(self) -> Elements
Converts the type into elements.
Source§impl Ord for Var
impl Ord for Var
Source§impl PartialOrd for Var
impl PartialOrd for Var
impl Eq for Var
impl StructuralPartialEq for Var
Auto Trait Implementations§
impl Freeze for Var
impl RefUnwindSafe for Var
impl Send for Var
impl Sync for Var
impl Unpin for Var
impl UnwindSafe for Var
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