pub enum Move_Request {
JustOneMethod {
control_handle: Move_ControlHandle,
},
}
Variants§
JustOneMethod
Fields
§
control_handle: Move_ControlHandle
Implementations§
source§impl Move_Request
impl Move_Request
pub fn into_just_one_method(self) -> Option<Move_ControlHandle>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL