pub struct VecAppSet {
pub apps: Vec<App>,
}
Expand description
An AppSet implementation based on Vec, the first app will be treated as the system app.
Fields§
§apps: Vec<App>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VecAppSet
impl RefUnwindSafe for VecAppSet
impl Send for VecAppSet
impl Sync for VecAppSet
impl Unpin for VecAppSet
impl UnwindSafe for VecAppSet
Blanket Implementations§
Source§impl<T> AppSetExt for Twhere
T: AppSet,
impl<T> AppSetExt for Twhere
T: AppSet,
Source§fn update_from_omaha(&mut self, app_responses: &[AppResponse])
fn update_from_omaha(&mut self, app_responses: &[AppResponse])
Update the cohort and user counting for each app from Omaha app response.
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