pub struct SessionSortKey {
pub last_activity: Option<u64>,
}Fields§
§last_activity: Option<u64>Trait Implementations§
Source§impl Clone for SessionSortKey
impl Clone for SessionSortKey
Source§fn clone(&self) -> SessionSortKey
fn clone(&self) -> SessionSortKey
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 SessionSortKey
impl Debug for SessionSortKey
Source§impl Default for SessionSortKey
impl Default for SessionSortKey
Source§fn default() -> SessionSortKey
fn default() -> SessionSortKey
Returns the “default value” for a type. Read more
Source§impl PartialEq for SessionSortKey
impl PartialEq for SessionSortKey
impl Eq for SessionSortKey
impl StructuralPartialEq for SessionSortKey
Auto Trait Implementations§
impl Freeze for SessionSortKey
impl RefUnwindSafe for SessionSortKey
impl Send for SessionSortKey
impl Sync for SessionSortKey
impl Unpin for SessionSortKey
impl UnsafeUnpin for SessionSortKey
impl UnwindSafe for SessionSortKey
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