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