pub struct ThisData {
pub keyword: Token,
}Expand description
Represents a this expression’s data in the language.
Fields§
§keyword: TokenTrait Implementations§
impl Eq for ThisData
impl StructuralPartialEq for ThisData
Auto Trait Implementations§
impl Freeze for ThisData
impl RefUnwindSafe for ThisData
impl Send for ThisData
impl Sync for ThisData
impl Unpin for ThisData
impl UnwindSafe for ThisData
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