pub struct ReadReport {
pub op: OpReport,
pub round_trip: Report,
}
Fields§
§op: OpReport
§round_trip: Report
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadReport
impl RefUnwindSafe for ReadReport
impl Send for ReadReport
impl Sync for ReadReport
impl Unpin for ReadReport
impl UnwindSafe for ReadReport
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