pub struct StructAccess {
pub st: Box<Expression>,
pub field: Spanned<Symbol>,
}Fields§
§st: Box<Expression>§field: Spanned<Symbol>Implementations§
Source§impl StructAccess
impl StructAccess
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StructAccess
impl RefUnwindSafe for StructAccess
impl Send for StructAccess
impl Sync for StructAccess
impl Unpin for StructAccess
impl UnwindSafe for StructAccess
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