pub struct UnknownFlow;
Expand description
Represents an unknown authentication flow, used when creating a
Client
via methods like
from_refresh_token
.
Trait Implementations§
Source§impl Clone for UnknownFlow
impl Clone for UnknownFlow
Source§fn clone(&self) -> UnknownFlow
fn clone(&self) -> UnknownFlow
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 UnknownFlow
impl Debug for UnknownFlow
impl AuthFlow for UnknownFlow
impl Copy for UnknownFlow
Auto Trait Implementations§
impl Freeze for UnknownFlow
impl RefUnwindSafe for UnknownFlow
impl Send for UnknownFlow
impl Sync for UnknownFlow
impl Unpin for UnknownFlow
impl UnwindSafe for UnknownFlow
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