struct LitIntRepr {
token: Literal,
digits: Box<str>,
suffix: Box<str>,
}
Fields§
§token: Literal
§digits: Box<str>
§suffix: Box<str>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LitIntRepr
impl RefUnwindSafe for LitIntRepr
impl !Send for LitIntRepr
impl !Sync for LitIntRepr
impl Unpin for LitIntRepr
impl UnwindSafe for LitIntRepr
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