Merge branch 'master' into messages
commit
d4b2fd0e1a
|
@ -16,7 +16,8 @@
|
|||
//! User sessions.
|
||||
|
||||
use crate::identifiers::UserId;
|
||||
/// A user session, containing an access token and information about the associated user account.
|
||||
/// A user session, containing an access token and information about the
|
||||
/// associated user account.
|
||||
#[derive(Clone, Debug, Eq, Hash, PartialEq)]
|
||||
pub struct Session {
|
||||
/// The access token used for this session.
|
||||
|
|
Loading…
Reference in New Issue