pub struct DigitaloceanExtensionsBuilder;
Trait Implementations§
Source§impl Clone for DigitaloceanExtensionsBuilder
impl Clone for DigitaloceanExtensionsBuilder
Source§fn clone(&self) -> DigitaloceanExtensionsBuilder
fn clone(&self) -> DigitaloceanExtensionsBuilder
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<SCOPE> Builder<SCOPE> for DigitaloceanExtensionsBuilderwhere
SCOPE: Scope,
impl<SCOPE> Builder<SCOPE> for DigitaloceanExtensionsBuilderwhere
SCOPE: Scope,
fn obtain_user_info( &self, _grant_info: GrantInfo<'_, SCOPE>, access_token: &AccessTokenResponseSuccessfulBody<SCOPE>, ) -> Result<BuilderObtainUserInfoOutput, BuilderObtainUserInfoError>
Auto Trait Implementations§
impl Freeze for DigitaloceanExtensionsBuilder
impl RefUnwindSafe for DigitaloceanExtensionsBuilder
impl Send for DigitaloceanExtensionsBuilder
impl Sync for DigitaloceanExtensionsBuilder
impl Unpin for DigitaloceanExtensionsBuilder
impl UnwindSafe for DigitaloceanExtensionsBuilder
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