pub struct DropboxExtensionsBuilder;
Trait Implementations§
Source§impl Clone for DropboxExtensionsBuilder
impl Clone for DropboxExtensionsBuilder
Source§fn clone(&self) -> DropboxExtensionsBuilder
fn clone(&self) -> DropboxExtensionsBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DropboxExtensionsBuilder
impl Debug for DropboxExtensionsBuilder
Source§impl<SCOPE> Builder<SCOPE> for DropboxExtensionsBuilderwhere
SCOPE: Scope,
impl<SCOPE> Builder<SCOPE> for DropboxExtensionsBuilderwhere
SCOPE: Scope,
fn obtain_user_info( &self, _grant_info: GrantInfo<'_, SCOPE>, access_token: &AccessTokenResponseSuccessfulBody<SCOPE>, ) -> Result<BuilderObtainUserInfoOutput, BuilderObtainUserInfoError>
Auto Trait Implementations§
impl Freeze for DropboxExtensionsBuilder
impl RefUnwindSafe for DropboxExtensionsBuilder
impl Send for DropboxExtensionsBuilder
impl Sync for DropboxExtensionsBuilder
impl Unpin for DropboxExtensionsBuilder
impl UnwindSafe for DropboxExtensionsBuilder
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