pub struct RecordedField { /* private fields */ }Expand description
Represents a field access on a result
Implementations§
Auto Trait Implementations§
impl Freeze for RecordedField
impl RefUnwindSafe for RecordedField
impl Send for RecordedField
impl Sync for RecordedField
impl Unpin for RecordedField
impl UnwindSafe for RecordedField
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