Struct surge_ping::Client
source ·
[−]pub struct Client { /* fields omitted */ }Expand description
Client is a type wrapped by Arc, so you can clone arbitrarily cheaply,
and can realize the simultaneous ping of multiple addresses when only one socket is created.
Implementations
A client is generated according to the configuration. In fact, a AsyncSocket is wrapped inside,
and you can clone to any task at will.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Client
impl !UnwindSafe for Client
Blanket Implementations
Mutably borrows from an owned value. Read more
