pub struct QotRightStateMeta {
pub freshness: QotRightFreshness,
pub user_id: Option<u64>,
pub login_epoch: u64,
pub backend_generation: u64,
pub last_refresh_at_ms: i64,
pub last_pushed_quote_change_notify: Option<PushedQuoteChangeNotify>,
}Fields§
§freshness: QotRightFreshness§user_id: Option<u64>§login_epoch: u64§backend_generation: u64§last_refresh_at_ms: i64§last_pushed_quote_change_notify: Option<PushedQuoteChangeNotify>Trait Implementations§
Source§impl Clone for QotRightStateMeta
impl Clone for QotRightStateMeta
Source§fn clone(&self) -> QotRightStateMeta
fn clone(&self) -> QotRightStateMeta
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 QotRightStateMeta
impl Debug for QotRightStateMeta
Auto Trait Implementations§
impl Freeze for QotRightStateMeta
impl RefUnwindSafe for QotRightStateMeta
impl Send for QotRightStateMeta
impl Sync for QotRightStateMeta
impl Unpin for QotRightStateMeta
impl UnsafeUnpin for QotRightStateMeta
impl UnwindSafe for QotRightStateMeta
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