pub enum WaiterRequest {
Ack {
control_handle: WaiterControlHandle,
},
}
Variants§
Ack
Fields
§
control_handle: WaiterControlHandle
Implementations§
Source§impl WaiterRequest
impl WaiterRequest
pub fn into_ack(self) -> Option<WaiterControlHandle>
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 WaiterRequest
impl !RefUnwindSafe for WaiterRequest
impl Send for WaiterRequest
impl Sync for WaiterRequest
impl Unpin for WaiterRequest
impl !UnwindSafe for WaiterRequest
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