pub struct Hidden {
pub client: Client,
}Fields
client: ClientImplementations
This function performs a POST to the /login endpoint.
This function performs a POST to the /logout endpoint.
This function performs a GET to the /session/me endpoint.
*
Fetch the user associated with the current session
Auto Trait Implementations
impl !RefUnwindSafe for Hidden
impl !UnwindSafe for Hidden
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more