pub struct Literal {
pub token: Token,
}
Expand description
リテラルに実際の値が格納された構造体(定数畳み込み用) ListやDictはまた別に
Fields§
§token: Token
Implementations§
Trait Implementations§
Source§impl Locational for Literal
impl Locational for Literal
Source§impl NestedDisplay for Literal
impl NestedDisplay for Literal
Source§impl Traversable for Literal
impl Traversable for Literal
impl Eq for Literal
impl StructuralPartialEq for Literal
Auto Trait Implementations§
impl Freeze for Literal
impl RefUnwindSafe for Literal
impl Send for Literal
impl Sync for Literal
impl Unpin for Literal
impl UnwindSafe for Literal
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