Struct telescope::web::services::auth::oauth2_providers::github::GITHUB_CLIENT [−][src]
struct GITHUB_CLIENT {
__private_field: (),
}
Fields
__private_field: ()
Trait Implementations
type Target = Arc<BasicClient>
type Target = Arc<BasicClient>
The resulting type after dereferencing.
Dereferences the value.
Auto Trait Implementations
impl RefUnwindSafe for GITHUB_CLIENT
impl Send for GITHUB_CLIENT
impl Sync for GITHUB_CLIENT
impl Unpin for GITHUB_CLIENT
impl UnwindSafe for GITHUB_CLIENT
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. 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