pub enum LastRebootInfoProviderRequest {
Get {
responder: LastRebootInfoProviderGetResponder,
},
}
Expand description
Get information about why a device last shutdown. The term reboot is used instead of shutdown since many developers phrase their questions about shutdowns in terms of reboots and most components are interested in knowing why the system just rebooted.
Variants§
Get
Fields
§
responder: LastRebootInfoProviderGetResponder
Implementations§
source§impl LastRebootInfoProviderRequest
impl LastRebootInfoProviderRequest
pub fn into_get(self) -> Option<LastRebootInfoProviderGetResponder>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL