Struct omaha_client::installer::stub::StubPlan
source · pub struct StubPlan;
Expand description
A stub implementation of the Install Plan.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StubPlan
impl RefUnwindSafe for StubPlan
impl Send for StubPlan
impl Sync for StubPlan
impl Unpin for StubPlan
impl UnwindSafe for StubPlan
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