pub struct PingSessionResp {
pub from: Endpoint,
pub err: BuckyErrorCode,
pub endpoints: Vec<Endpoint>,
}Fields§
§from: Endpoint§err: BuckyErrorCode§endpoints: Vec<Endpoint>Trait Implementations§
source§impl Clone for PingSessionResp
impl Clone for PingSessionResp
source§fn clone(&self) -> PingSessionResp
fn clone(&self) -> PingSessionResp
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more