pub enum ReporterRequest {
GetParentProvidedConfigString {
responder: ReporterGetParentProvidedConfigStringResponder,
},
}
Variants§
GetParentProvidedConfigString
Fields
Implementations§
Source§impl ReporterRequest
impl ReporterRequest
pub fn into_get_parent_provided_config_string( self, ) -> Option<ReporterGetParentProvidedConfigStringResponder>
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 ReporterRequest
impl !RefUnwindSafe for ReporterRequest
impl Send for ReporterRequest
impl Sync for ReporterRequest
impl Unpin for ReporterRequest
impl !UnwindSafe for ReporterRequest
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