pub struct ProviderStat {
pub last_ok: Option<DateTime<Utc>>,
pub last_err: Option<String>,
}Fields§
§last_ok: Option<DateTime<Utc>>§last_err: Option<String>Trait Implementations§
Source§impl Clone for ProviderStat
impl Clone for ProviderStat
Source§fn clone(&self) -> ProviderStat
fn clone(&self) -> ProviderStat
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 Default for ProviderStat
impl Default for ProviderStat
Source§fn default() -> ProviderStat
fn default() -> ProviderStat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProviderStat
impl RefUnwindSafe for ProviderStat
impl Send for ProviderStat
impl Sync for ProviderStat
impl Unpin for ProviderStat
impl UnsafeUnpin for ProviderStat
impl UnwindSafe for ProviderStat
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