Struct xlang_syntax::ast::Num
source · [−]Expand description
A number constant.
Fields
loc: Lockind: NumKindvalue: &'input strImplementations
Trait Implementations
sourceimpl<'input> PartialEq<Num<'input>> for Num<'input>
impl<'input> PartialEq<Num<'input>> for Num<'input>
impl<'input> StructuralPartialEq for Num<'input>
Auto Trait Implementations
impl<'input> RefUnwindSafe for Num<'input>
impl<'input> Send for Num<'input>
impl<'input> Sync for Num<'input>
impl<'input> Unpin for Num<'input>
impl<'input> UnwindSafe for Num<'input>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more