pub enum ValidateResultsIteratorRequest {
GetNext {
responder: ValidateResultsIteratorGetNextResponder,
},
}
Variants§
GetNext
Returns the result of a test case execution.
Fields
§
responder: ValidateResultsIteratorGetNextResponder
Implementations§
Source§impl ValidateResultsIteratorRequest
impl ValidateResultsIteratorRequest
pub fn into_get_next(self) -> Option<ValidateResultsIteratorGetNextResponder>
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 ValidateResultsIteratorRequest
impl !RefUnwindSafe for ValidateResultsIteratorRequest
impl Send for ValidateResultsIteratorRequest
impl Sync for ValidateResultsIteratorRequest
impl Unpin for ValidateResultsIteratorRequest
impl !UnwindSafe for ValidateResultsIteratorRequest
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