pub struct Mocks {
pub activity_service: Arc<MockActivityService>,
pub input_settings_service: Arc<MockInputSettingsService>,
pub system_controller_service: Arc<MockSystemControllerService>,
pub kernel_service: Arc<MockKernelService>,
}
Expand description
Container to hold all of the mocks within the RealmInstance.
Fields§
§activity_service: Arc<MockActivityService>
§input_settings_service: Arc<MockInputSettingsService>
§system_controller_service: Arc<MockSystemControllerService>
§kernel_service: Arc<MockKernelService>
Auto Trait Implementations§
impl Freeze for Mocks
impl !RefUnwindSafe for Mocks
impl Send for Mocks
impl Sync for Mocks
impl Unpin for Mocks
impl !UnwindSafe for Mocks
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