pub enum CapturedUpdateInstallerRequest {
StartUpdate {
url: String,
options: Options,
reboot_controller_present: bool,
},
}
Variants§
Trait Implementations§
source§impl PartialEq<CapturedUpdateInstallerRequest> for CapturedUpdateInstallerRequest
impl PartialEq<CapturedUpdateInstallerRequest> for CapturedUpdateInstallerRequest
source§fn eq(&self, other: &CapturedUpdateInstallerRequest) -> bool
fn eq(&self, other: &CapturedUpdateInstallerRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.