pub enum FactoryResetCountdownRequest {
Watch {
responder: FactoryResetCountdownWatchResponder,
},
}
Expand description
Protocol to watch for changes when a factory reset countdown is started or cancelled. An immediate factory reset does not start a countdown.
Variants§
Watch
Fields
§
responder: FactoryResetCountdownWatchResponder
Hanging get that returns when a factory reset is scheduled or a scheduled factory reset is cancelled. Will return immediately on first call per connection and then on change after that.
Implementations§
source§impl FactoryResetCountdownRequest
impl FactoryResetCountdownRequest
pub fn into_watch(self) -> Option<FactoryResetCountdownWatchResponder>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL