pub struct CheckReport {
pub product: String,
pub channel: String,
pub branch: String,
pub source: String,
pub manifest_format: String,
pub current_version: String,
pub latest_version: String,
pub update_available: bool,
pub platform_key: String,
pub artifact: String,
pub sha256: String,
}Fields§
§product: String§channel: String§branch: String§source: String§manifest_format: String§current_version: String§latest_version: String§update_available: bool§platform_key: String§artifact: String§sha256: StringTrait Implementations§
Source§impl Debug for CheckReport
impl Debug for CheckReport
Auto Trait Implementations§
impl Freeze for CheckReport
impl RefUnwindSafe for CheckReport
impl Send for CheckReport
impl Sync for CheckReport
impl Unpin for CheckReport
impl UnsafeUnpin for CheckReport
impl UnwindSafe for CheckReport
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