pub struct PingHomeserverResponse {
pub duration_ms: f64,
}Fields§
§duration_ms: f64Trait Implementations§
Source§impl Clone for PingHomeserverResponse
impl Clone for PingHomeserverResponse
Source§fn clone(&self) -> PingHomeserverResponse
fn clone(&self) -> PingHomeserverResponse
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 moreSource§impl Debug for PingHomeserverResponse
impl Debug for PingHomeserverResponse
Source§impl<'de> Deserialize<'de> for PingHomeserverResponse
impl<'de> Deserialize<'de> for PingHomeserverResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PingHomeserverResponse
impl PartialEq for PingHomeserverResponse
Source§impl Serialize for PingHomeserverResponse
impl Serialize for PingHomeserverResponse
impl StructuralPartialEq for PingHomeserverResponse
Auto Trait Implementations§
impl Freeze for PingHomeserverResponse
impl RefUnwindSafe for PingHomeserverResponse
impl Send for PingHomeserverResponse
impl Sync for PingHomeserverResponse
impl Unpin for PingHomeserverResponse
impl UnsafeUnpin for PingHomeserverResponse
impl UnwindSafe for PingHomeserverResponse
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