pub struct LogonSent {
pub sent_at: Instant,
}Expand description
LogonSent state - Logon message sent, awaiting response.
Fields§
§sent_at: InstantTime when Logon was sent.
Trait Implementations§
impl SessionState for LogonSent
Auto Trait Implementations§
impl Freeze for LogonSent
impl RefUnwindSafe for LogonSent
impl Send for LogonSent
impl Sync for LogonSent
impl Unpin for LogonSent
impl UnwindSafe for LogonSent
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