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