pub struct SessionNextRetriedData {
pub attempt: f64,
pub error: SessionNextRetryError,
pub session_id: String,
pub timestamp: f64,
}Fields§
§attempt: f64§error: SessionNextRetryError§session_id: String§timestamp: f64Trait Implementations§
Source§impl Clone for SessionNextRetriedData
impl Clone for SessionNextRetriedData
Source§fn clone(&self) -> SessionNextRetriedData
fn clone(&self) -> SessionNextRetriedData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SessionNextRetriedData
impl Debug for SessionNextRetriedData
Source§impl<'de> Deserialize<'de> for SessionNextRetriedData
impl<'de> Deserialize<'de> for SessionNextRetriedData
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 SessionNextRetriedData
impl PartialEq for SessionNextRetriedData
Source§impl Serialize for SessionNextRetriedData
impl Serialize for SessionNextRetriedData
impl StructuralPartialEq for SessionNextRetriedData
Auto Trait Implementations§
impl Freeze for SessionNextRetriedData
impl RefUnwindSafe for SessionNextRetriedData
impl Send for SessionNextRetriedData
impl Sync for SessionNextRetriedData
impl Unpin for SessionNextRetriedData
impl UnsafeUnpin for SessionNextRetriedData
impl UnwindSafe for SessionNextRetriedData
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