pub struct RangeServiceImpl;Expand description
Implementation of the RangeService for testing.
Trait Implementations§
Source§impl RangeService for RangeServiceImpl
impl RangeService for RangeServiceImpl
Auto Trait Implementations§
impl Freeze for RangeServiceImpl
impl RefUnwindSafe for RangeServiceImpl
impl Send for RangeServiceImpl
impl Sync for RangeServiceImpl
impl Unpin for RangeServiceImpl
impl UnwindSafe for RangeServiceImpl
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more