pub struct TimeOutResponseInfo {
pub who: String,
pub re_trys: u32,
pub timestamp: u64,
}Fields§
§who: String§re_trys: u32§timestamp: u64Trait Implementations§
Source§impl Clone for TimeOutResponseInfo
impl Clone for TimeOutResponseInfo
Source§fn clone(&self) -> TimeOutResponseInfo
fn clone(&self) -> TimeOutResponseInfo
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 TimeOutResponseInfo
impl Debug for TimeOutResponseInfo
Source§impl<'de> Deserialize<'de> for TimeOutResponseInfo
impl<'de> Deserialize<'de> for TimeOutResponseInfo
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 Hash for TimeOutResponseInfo
impl Hash for TimeOutResponseInfo
Source§impl PartialEq for TimeOutResponseInfo
impl PartialEq for TimeOutResponseInfo
Source§impl Serialize for TimeOutResponseInfo
impl Serialize for TimeOutResponseInfo
impl Eq for TimeOutResponseInfo
impl StructuralPartialEq for TimeOutResponseInfo
Auto Trait Implementations§
impl Freeze for TimeOutResponseInfo
impl RefUnwindSafe for TimeOutResponseInfo
impl Send for TimeOutResponseInfo
impl Sync for TimeOutResponseInfo
impl Unpin for TimeOutResponseInfo
impl UnwindSafe for TimeOutResponseInfo
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