pub struct DefaultDeviceFlowDelegate;
Expand description
Uses all default implementations in the DeviceFlowDelegate trait.
Trait Implementations§
source§impl Clone for DefaultDeviceFlowDelegate
impl Clone for DefaultDeviceFlowDelegate
source§fn clone(&self) -> DefaultDeviceFlowDelegate
fn clone(&self) -> DefaultDeviceFlowDelegate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl DeviceFlowDelegate for DefaultDeviceFlowDelegate
impl DeviceFlowDelegate for DefaultDeviceFlowDelegate
source§fn present_user_code<'a>(
&'a self,
device_auth_resp: &'a DeviceAuthResponse,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'a>>
fn present_user_code<'a>( &'a self, device_auth_resp: &'a DeviceAuthResponse, ) -> Pin<Box<dyn Future<Output = ()> + Send + 'a>>
The server has returned a
user_code
which must be shown to the user,
along with the verification_uri
. Read moreimpl Copy for DefaultDeviceFlowDelegate
Auto Trait Implementations§
impl Freeze for DefaultDeviceFlowDelegate
impl RefUnwindSafe for DefaultDeviceFlowDelegate
impl Send for DefaultDeviceFlowDelegate
impl Sync for DefaultDeviceFlowDelegate
impl Unpin for DefaultDeviceFlowDelegate
impl UnwindSafe for DefaultDeviceFlowDelegate
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)