pub struct AdderImpl;Expand description
Implementation of the Adder service for testing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdderImpl
impl RefUnwindSafe for AdderImpl
impl Send for AdderImpl
impl Sync for AdderImpl
impl Unpin for AdderImpl
impl UnwindSafe for AdderImpl
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