pub enum TelemetryProviderRequest {
GetTelemetry {
responder: TelemetryProviderGetTelemetryResponder,
},
}
Expand description
Provides telemetry data for an individual interface to the LoWPAN service.
Variants§
GetTelemetry
Returns a snapshot the telemetry information table.
Fields
§
responder: TelemetryProviderGetTelemetryResponder
Implementations§
Source§impl TelemetryProviderRequest
impl TelemetryProviderRequest
pub fn into_get_telemetry( self, ) -> Option<TelemetryProviderGetTelemetryResponder>
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TelemetryProviderRequest
impl !RefUnwindSafe for TelemetryProviderRequest
impl Send for TelemetryProviderRequest
impl Sync for TelemetryProviderRequest
impl Unpin for TelemetryProviderRequest
impl !UnwindSafe for TelemetryProviderRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more