Struct splinter::oauth::GithubProfileProvider [−][src]
pub struct GithubProfileProvider;
Expand description
Retrieves a GitHub profile information from the GitHub servers
Trait Implementations
Attempts to get the profile details for the account that the given access token is for.
Clone implementation for ProfileProvider. The implementation of the Clone trait for
Box<dyn ProfileProvider> calls this method. Read more
Auto Trait Implementations
impl RefUnwindSafe for GithubProfileProviderimpl Send for GithubProfileProviderimpl Sync for GithubProfileProviderimpl Unpin for GithubProfileProviderimpl UnwindSafe for GithubProfileProviderBlanket 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
Convert self to an expression for Diesel’s query builder. Read more
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>, Convert &self to an expression for Diesel’s query builder. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V