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