pub struct BasicLit {
pub pos: Pos,
pub token: Token,
}
Fields§
§pos: Pos
§token: Token
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BasicLit
impl RefUnwindSafe for BasicLit
impl Send for BasicLit
impl Sync for BasicLit
impl Unpin for BasicLit
impl UnwindSafe for BasicLit
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