pub struct ModulesResult {
pub items: Vec<ModuleInfo>,
pub quarantined: bool,
}Expand description
ign modules output model.
Fields§
§items: Vec<ModuleInfo>The module rows (healthy or quarantined per the flag).
quarantined: boolWhether the quarantined list was requested.
Trait Implementations§
Source§impl Debug for ModulesResult
impl Debug for ModulesResult
Auto Trait Implementations§
impl Freeze for ModulesResult
impl RefUnwindSafe for ModulesResult
impl Send for ModulesResult
impl Sync for ModulesResult
impl Unpin for ModulesResult
impl UnsafeUnpin for ModulesResult
impl UnwindSafe for ModulesResult
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