pub struct Dummy2 {}Expand description
A second dummy service. TODO: Currently, this is a dummy implementation.
Implementations§
Auto Trait Implementations§
impl Freeze for Dummy2
impl RefUnwindSafe for Dummy2
impl Send for Dummy2
impl Sync for Dummy2
impl Unpin for Dummy2
impl UnwindSafe for Dummy2
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