pub enum DriverInfoIteratorRequest {
GetNext {
responder: DriverInfoIteratorGetNextResponder,
},
}
Variants§
GetNext
Returns empty when no more entries left.
Fields
§
responder: DriverInfoIteratorGetNextResponder
Implementations§
Source§impl DriverInfoIteratorRequest
impl DriverInfoIteratorRequest
pub fn into_get_next(self) -> Option<DriverInfoIteratorGetNextResponder>
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 DriverInfoIteratorRequest
impl !RefUnwindSafe for DriverInfoIteratorRequest
impl Send for DriverInfoIteratorRequest
impl Sync for DriverInfoIteratorRequest
impl Unpin for DriverInfoIteratorRequest
impl !UnwindSafe for DriverInfoIteratorRequest
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