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