pub struct COTargetDouble;
Trait Implementations§
Source§impl Service for COTargetDouble
impl Service for COTargetDouble
type Request = COTargetDoubleRequest
type Response = COTargetDoubleResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for COTargetDouble
impl RefUnwindSafe for COTargetDouble
impl Send for COTargetDouble
impl Sync for COTargetDouble
impl Unpin for COTargetDouble
impl UnwindSafe for COTargetDouble
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