pub struct FieldAccess {
pub extent: Extent,
pub target: Box<Attributed<Expression>>,
pub field: FieldName,
pub whitespace: Vec<Whitespace>,
}Fields§
§extent: Extent§target: Box<Attributed<Expression>>§field: FieldName§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl Debug for FieldAccess
impl Debug for FieldAccess
Source§impl<'a> Index<&'a FieldAccess> for str
impl<'a> Index<&'a FieldAccess> for str
Source§impl Index<FieldAccess> for str
impl Index<FieldAccess> for str
Auto Trait Implementations§
impl Freeze for FieldAccess
impl RefUnwindSafe for FieldAccess
impl Send for FieldAccess
impl Sync for FieldAccess
impl Unpin for FieldAccess
impl UnsafeUnpin for FieldAccess
impl UnwindSafe for FieldAccess
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