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