pub struct GithubExtensionsBuilder;Trait Implementations§
Source§impl<SCOPE> Builder<SCOPE> for GithubExtensionsBuilderwhere
SCOPE: Scope,
impl<SCOPE> Builder<SCOPE> for GithubExtensionsBuilderwhere
SCOPE: Scope,
fn obtain_user_info( &self, _grant_info: GrantInfo<'_, SCOPE>, access_token: &AccessTokenResponseSuccessfulBody<SCOPE>, ) -> Result<BuilderObtainUserInfoOutput, BuilderObtainUserInfoError>
Source§impl Clone for GithubExtensionsBuilder
impl Clone for GithubExtensionsBuilder
Source§fn clone(&self) -> GithubExtensionsBuilder
fn clone(&self) -> GithubExtensionsBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GithubExtensionsBuilder
impl RefUnwindSafe for GithubExtensionsBuilder
impl Send for GithubExtensionsBuilder
impl Sync for GithubExtensionsBuilder
impl Unpin for GithubExtensionsBuilder
impl UnsafeUnpin for GithubExtensionsBuilder
impl UnwindSafe for GithubExtensionsBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more