pub struct PingEndpoint { /* private fields */ }
Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for PingEndpoint
impl Endpoint for PingEndpoint
Auto Trait Implementations§
impl Freeze for PingEndpoint
impl RefUnwindSafe for PingEndpoint
impl Send for PingEndpoint
impl Sync for PingEndpoint
impl Unpin for PingEndpoint
impl UnwindSafe for PingEndpoint
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