pub struct FieldAccess {
pub param_index: u32,
pub class_name: String,
pub field_name: String,
}Fields§
§param_index: u32§class_name: String§field_name: StringImplementations§
Trait Implementations§
Source§impl Clone for FieldAccess
impl Clone for FieldAccess
Source§fn clone(&self) -> FieldAccess
fn clone(&self) -> FieldAccess
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FieldAccess
impl RefUnwindSafe for FieldAccess
impl Send for FieldAccess
impl Sync for FieldAccess
impl Unpin 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