pub struct RetryPartTime {
pub created: f64,
}Expand description
Timing information for a RetryPart.
Fields§
§created: f64Epoch timestamp when the retry was created.
Trait Implementations§
Source§impl Clone for RetryPartTime
impl Clone for RetryPartTime
Source§fn clone(&self) -> RetryPartTime
fn clone(&self) -> RetryPartTime
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 RetryPartTime
impl Debug for RetryPartTime
Source§impl<'de> Deserialize<'de> for RetryPartTime
impl<'de> Deserialize<'de> for RetryPartTime
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 RetryPartTime
impl PartialEq for RetryPartTime
Source§impl Serialize for RetryPartTime
impl Serialize for RetryPartTime
impl StructuralPartialEq for RetryPartTime
Auto Trait Implementations§
impl Freeze for RetryPartTime
impl RefUnwindSafe for RetryPartTime
impl Send for RetryPartTime
impl Sync for RetryPartTime
impl Unpin for RetryPartTime
impl UnwindSafe for RetryPartTime
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