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