pub struct DriversOnlyTestRealm { /* private fields */ }
Implementations§
Source§impl DriversOnlyTestRealm
impl DriversOnlyTestRealm
pub async fn new() -> Self
pub fn testcontroller_proxy(&self) -> &TestControllerProxy
pub fn take_sync_testcontroller_proxy( &mut self, ) -> TestControllerSynchronousProxy
Auto Trait Implementations§
impl Freeze for DriversOnlyTestRealm
impl !RefUnwindSafe for DriversOnlyTestRealm
impl Send for DriversOnlyTestRealm
impl Sync for DriversOnlyTestRealm
impl Unpin for DriversOnlyTestRealm
impl !UnwindSafe for DriversOnlyTestRealm
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