pub enum OpenTargetEventReporterRequest {
ReportEvent {
payload: OpenTargetEventReport,
control_handle: OpenTargetEventReporterControlHandle,
},
}
Variants§
ReportEvent
Implementations§
Source§impl OpenTargetEventReporterRequest
impl OpenTargetEventReporterRequest
pub fn into_report_event( self, ) -> Option<(OpenTargetEventReport, OpenTargetEventReporterControlHandle)>
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 OpenTargetEventReporterRequest
impl !RefUnwindSafe for OpenTargetEventReporterRequest
impl Send for OpenTargetEventReporterRequest
impl Sync for OpenTargetEventReporterRequest
impl Unpin for OpenTargetEventReporterRequest
impl !UnwindSafe for OpenTargetEventReporterRequest
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