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