pub struct QotRightRefreshReport {
pub changed: bool,
pub fresh_at_ms: i64,
pub decoded_fields: Vec<&'static str>,
pub freshness_after: QotRightFreshness,
pub login_epoch: u64,
}Fields§
§changed: bool§fresh_at_ms: i64§decoded_fields: Vec<&'static str>§freshness_after: QotRightFreshness§login_epoch: u64Trait Implementations§
Source§impl Clone for QotRightRefreshReport
impl Clone for QotRightRefreshReport
Source§fn clone(&self) -> QotRightRefreshReport
fn clone(&self) -> QotRightRefreshReport
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 moreAuto Trait Implementations§
impl Freeze for QotRightRefreshReport
impl RefUnwindSafe for QotRightRefreshReport
impl Send for QotRightRefreshReport
impl Sync for QotRightRefreshReport
impl Unpin for QotRightRefreshReport
impl UnsafeUnpin for QotRightRefreshReport
impl UnwindSafe for QotRightRefreshReport
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