pub enum DeviceAccessTokenEndpointRetryReason {
AuthorizationPending,
SlowDown,
}
Variants§
Trait Implementations§
Source§impl Clone for DeviceAccessTokenEndpointRetryReason
impl Clone for DeviceAccessTokenEndpointRetryReason
Source§fn clone(&self) -> DeviceAccessTokenEndpointRetryReason
fn clone(&self) -> DeviceAccessTokenEndpointRetryReason
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 PartialEq for DeviceAccessTokenEndpointRetryReason
impl PartialEq for DeviceAccessTokenEndpointRetryReason
Source§fn eq(&self, other: &DeviceAccessTokenEndpointRetryReason) -> bool
fn eq(&self, other: &DeviceAccessTokenEndpointRetryReason) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DeviceAccessTokenEndpointRetryReason
impl Eq for DeviceAccessTokenEndpointRetryReason
impl StructuralPartialEq for DeviceAccessTokenEndpointRetryReason
Auto Trait Implementations§
impl Freeze for DeviceAccessTokenEndpointRetryReason
impl RefUnwindSafe for DeviceAccessTokenEndpointRetryReason
impl Send for DeviceAccessTokenEndpointRetryReason
impl Sync for DeviceAccessTokenEndpointRetryReason
impl Unpin for DeviceAccessTokenEndpointRetryReason
impl UnwindSafe for DeviceAccessTokenEndpointRetryReason
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