Expand description
Wrapper types for the State union.
Structs§
- An error encountered while pairing an
UpdateInfo
andProgress
. - Mutable progress information for an update attempt.
- Immutable metadata for an update attempt.
- An UpdateInfo and Progress that are guaranteed to be consistent with each other.
- Builder of UpdateInfoAndProgress.
- Builder of UpdateInfoAndProgress, with a known UpdateInfo field.
- Builder of UpdateInfoAndProgress, with a known UpdateInfo and Progress field.
Enums§
- An error encountered while decoding a fidl_fuchsia_update_installer::InstallationProgress into a Progress.
- An error encountered while decoding a fidl_fuchsia_update_installer::State into a State.
- An error encountered while decoding a fidl_fuchsia_update_installer::UpdateInfo into a UpdateInfo.
- Required fields in a fidl_fuchsia_update_installer::InstallationProgress.
- Required fields in a fidl_fuchsia_update_installer::State.
- The state of an update installation attempt.
- The variant names for each state, with data stripped.