pub struct IntLit {
pub value: String,
pub span: Span,
}Fields§
§value: String§span: SpanTrait Implementations§
impl Eq for IntLit
impl StructuralPartialEq for IntLit
Auto Trait Implementations§
impl Freeze for IntLit
impl RefUnwindSafe for IntLit
impl Send for IntLit
impl Sync for IntLit
impl Unpin for IntLit
impl UnsafeUnpin for IntLit
impl UnwindSafe for IntLit
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