pub struct AppStarted {
pub configuration: Vec<Configuration>,
pub dependencies: Vec<Dependency>,
pub integrations: Vec<Integration>,
pub install_signature: Option<InstallSignature>,
pub products: HashMap<String, ProductState>,
pub error: Option<Error>,
}Fields§
§configuration: Vec<Configuration>§dependencies: Vec<Dependency>§integrations: Vec<Integration>§install_signature: Option<InstallSignature>§products: HashMap<String, ProductState>§error: Option<Error>Trait Implementations§
Source§impl Debug for AppStarted
impl Debug for AppStarted
Auto Trait Implementations§
impl Freeze for AppStarted
impl RefUnwindSafe for AppStarted
impl Send for AppStarted
impl Sync for AppStarted
impl Unpin for AppStarted
impl UnsafeUnpin for AppStarted
impl UnwindSafe for AppStarted
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