Struct UpdateAssessment
#[repr(C)]pub struct UpdateAssessment {
pub status: UpdateAssessmentStatus,
pub impact: UpdateImpactLevel,
pub daysOutOfDate: u32,
}
Fields§
§status: UpdateAssessmentStatus
§impact: UpdateImpactLevel
§daysOutOfDate: u32
Trait Implementations§
§impl Clone for UpdateAssessment
impl Clone for UpdateAssessment
§fn clone(&self) -> UpdateAssessment
fn clone(&self) -> UpdateAssessment
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for UpdateAssessment
impl Debug for UpdateAssessment
§impl Default for UpdateAssessment
impl Default for UpdateAssessment
§impl PartialEq for UpdateAssessment
impl PartialEq for UpdateAssessment
impl Copy for UpdateAssessment
impl StructuralPartialEq for UpdateAssessment
Auto Trait Implementations§
impl Freeze for UpdateAssessment
impl RefUnwindSafe for UpdateAssessment
impl Send for UpdateAssessment
impl Sync for UpdateAssessment
impl Unpin for UpdateAssessment
impl UnwindSafe for UpdateAssessment
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