pub enum MaintenanceRequest {
GetWritableUtcClock {
responder: MaintenanceGetWritableUtcClockResponder,
},
}
Expand description
Provides access to a UTC clock for the purposes of keeping it up-to-date with external time sources.
The client does not own the UTC clock, but is given a lease in order to keep the time synchronized.
Variants§
GetWritableUtcClock
Fields
§
responder: MaintenanceGetWritableUtcClockResponder
Retrieve a UTC clock handle with write rights.
Implementations§
source§impl MaintenanceRequest
impl MaintenanceRequest
pub fn into_get_writable_utc_clock( self ) -> Option<MaintenanceGetWritableUtcClockResponder>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL