pub struct LogoutPending {
pub sent_at: Instant,
}Expand description
LogoutPending state - Logout sent, awaiting confirmation.
Fields§
§sent_at: InstantTime when Logout was sent.
Trait Implementations§
Source§impl Clone for LogoutPending
impl Clone for LogoutPending
Source§fn clone(&self) -> LogoutPending
fn clone(&self) -> LogoutPending
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 LogoutPending
impl Debug for LogoutPending
impl SessionState for LogoutPending
Auto Trait Implementations§
impl Freeze for LogoutPending
impl RefUnwindSafe for LogoutPending
impl Send for LogoutPending
impl Sync for LogoutPending
impl Unpin for LogoutPending
impl UnwindSafe for LogoutPending
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