pub enum TestDevice2Request {
GetUnitTestStatus {
responder: TestDevice2GetUnitTestStatusResponder,
},
}
Expand description
Additional methods for reporting tests run in the MSD.
Variants§
GetUnitTestStatus
Fields
§
responder: TestDevice2GetUnitTestStatusResponder
Implementations§
Source§impl TestDevice2Request
impl TestDevice2Request
pub fn into_get_unit_test_status( self, ) -> Option<TestDevice2GetUnitTestStatusResponder>
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 TestDevice2Request
impl !RefUnwindSafe for TestDevice2Request
impl Send for TestDevice2Request
impl Sync for TestDevice2Request
impl Unpin for TestDevice2Request
impl !UnwindSafe for TestDevice2Request
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