pub struct PingReport {
pub version: u16,
pub id: String,
pub sdk: String,
pub config_rev: i64,
pub services: HashMap<ServiceType, Vec<EndpointPingReport>>,
}Fields§
§version: u16§id: String§sdk: String§config_rev: i64§services: HashMap<ServiceType, Vec<EndpointPingReport>>Trait Implementations§
Source§impl Clone for PingReport
impl Clone for PingReport
Source§fn clone(&self) -> PingReport
fn clone(&self) -> PingReport
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for PingReport
impl !RefUnwindSafe for PingReport
impl Send for PingReport
impl Sync for PingReport
impl Unpin for PingReport
impl UnsafeUnpin for PingReport
impl !UnwindSafe for PingReport
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