pub struct MockServiceCreator;
Implementations§
Source§impl MockServiceCreator
impl MockServiceCreator
pub fn new() -> Box<dyn VRServiceCreator>
pub fn new_service_with_remote( init: MockVRInit, ) -> (Box<dyn VRService>, Sender<MockVRControlMsg>)
Trait Implementations§
Source§impl VRServiceCreator for MockServiceCreator
impl VRServiceCreator for MockServiceCreator
fn new_service(&self) -> Box<dyn VRService>
Auto Trait Implementations§
impl Freeze for MockServiceCreator
impl RefUnwindSafe for MockServiceCreator
impl Send for MockServiceCreator
impl Sync for MockServiceCreator
impl Unpin for MockServiceCreator
impl UnwindSafe for MockServiceCreator
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