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