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