Struct gusto_api::current_user::CurrentUser [−][src]
pub struct CurrentUser {
pub client: Client,
}Fields
client: ClientImplementations
Get the current user.
This function performs a GET to the /v1/me endpoint.
Returns information pertaining to the user associated with the provided access token.
Auto Trait Implementations
impl !RefUnwindSafe for CurrentUser
impl Send for CurrentUser
impl Sync for CurrentUser
impl Unpin for CurrentUser
impl !UnwindSafe for CurrentUser
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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