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