pub struct UpdateReport {
pub product: String,
pub channel: String,
pub source: String,
pub current_version: String,
pub latest_version: String,
pub install_dir: String,
pub artifact: String,
pub dry_run: bool,
pub updated: bool,
pub status: String,
}Fields§
§product: String§channel: String§source: String§current_version: String§latest_version: String§install_dir: String§artifact: String§dry_run: bool§updated: bool§status: StringTrait Implementations§
Source§impl Debug for UpdateReport
impl Debug for UpdateReport
Auto Trait Implementations§
impl Freeze for UpdateReport
impl RefUnwindSafe for UpdateReport
impl Send for UpdateReport
impl Sync for UpdateReport
impl Unpin for UpdateReport
impl UnsafeUnpin for UpdateReport
impl UnwindSafe for UpdateReport
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