pub struct FixsubReport {
pub root: PathBuf,
pub outcome: Outcome,
}Fields§
§root: PathBuf§outcome: OutcomeTrait Implementations§
Auto Trait Implementations§
impl Freeze for FixsubReport
impl RefUnwindSafe for FixsubReport
impl Send for FixsubReport
impl Sync for FixsubReport
impl Unpin for FixsubReport
impl UnsafeUnpin for FixsubReport
impl UnwindSafe for FixsubReport
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