pub struct PrebuiltInstallOutcome {
pub applied: bool,
pub rules_installed: u64,
pub rules_updated: u64,
pub timelines_installed: u64,
pub timelines_updated: u64,
}Expand description
The report an install apply renders.
Fields§
§applied: bool§rules_installed: u64§rules_updated: u64§timelines_installed: u64§timelines_updated: u64Trait Implementations§
Source§impl Clone for PrebuiltInstallOutcome
impl Clone for PrebuiltInstallOutcome
Source§fn clone(&self) -> PrebuiltInstallOutcome
fn clone(&self) -> PrebuiltInstallOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrebuiltInstallOutcome
impl Debug for PrebuiltInstallOutcome
Source§impl PartialEq for PrebuiltInstallOutcome
impl PartialEq for PrebuiltInstallOutcome
Source§impl Serialize for PrebuiltInstallOutcome
impl Serialize for PrebuiltInstallOutcome
impl StructuralPartialEq for PrebuiltInstallOutcome
Auto Trait Implementations§
impl Freeze for PrebuiltInstallOutcome
impl RefUnwindSafe for PrebuiltInstallOutcome
impl Send for PrebuiltInstallOutcome
impl Sync for PrebuiltInstallOutcome
impl Unpin for PrebuiltInstallOutcome
impl UnsafeUnpin for PrebuiltInstallOutcome
impl UnwindSafe for PrebuiltInstallOutcome
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