Enum pam_client::SessionToken [−][src]
pub enum SessionToken {
FullSession,
PseudoSession,
}Expand description
Token type to resume RAII handling of a session that was released with Session::leak().
The representation may not yet be stable, so don’t rely on it.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SessionToken
impl Send for SessionToken
impl Sync for SessionToken
impl Unpin for SessionToken
impl UnwindSafe for SessionToken
Blanket Implementations
Mutably borrows from an owned value. Read more