pub struct CreateMetricEventLogger;Trait Implementations§
Source§impl Method for CreateMetricEventLogger
impl Method for CreateMetricEventLogger
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
The flexibility of the method.
Source§type Protocol = MetricEventLoggerFactory
type Protocol = MetricEventLoggerFactory
The protocol the method is a member of.
Source§type Request = MetricEventLoggerFactoryCreateMetricEventLoggerRequest<'static>
type Request = MetricEventLoggerFactoryCreateMetricEventLoggerRequest<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for CreateMetricEventLogger
impl<___R> Respond<___R> for CreateMetricEventLogger
Source§impl<___R> RespondErr<___R> for CreateMetricEventLogger
impl<___R> RespondErr<___R> for CreateMetricEventLogger
Auto Trait Implementations§
impl Freeze for CreateMetricEventLogger
impl RefUnwindSafe for CreateMetricEventLogger
impl Send for CreateMetricEventLogger
impl Sync for CreateMetricEventLogger
impl Unpin for CreateMetricEventLogger
impl UnsafeUnpin for CreateMetricEventLogger
impl UnwindSafe for CreateMetricEventLogger
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]