pub(crate) struct OptimizeOutcome {
pub(crate) report: Report,
pub(crate) interrupted: bool,
}Fields§
§report: Report§interrupted: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for OptimizeOutcome
impl RefUnwindSafe for OptimizeOutcome
impl Send for OptimizeOutcome
impl Sync for OptimizeOutcome
impl Unpin for OptimizeOutcome
impl UnsafeUnpin for OptimizeOutcome
impl UnwindSafe for OptimizeOutcome
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