pub enum ExternalAuthCompletionMode {
Callback,
Poll,
}Variants§
Trait Implementations§
Source§impl Clone for ExternalAuthCompletionMode
impl Clone for ExternalAuthCompletionMode
Source§fn clone(&self) -> ExternalAuthCompletionMode
fn clone(&self) -> ExternalAuthCompletionMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExternalAuthCompletionMode
Source§impl Debug for ExternalAuthCompletionMode
impl Debug for ExternalAuthCompletionMode
Source§impl<'de> Deserialize<'de> for ExternalAuthCompletionMode
impl<'de> Deserialize<'de> for ExternalAuthCompletionMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ExternalAuthCompletionMode
impl StructuralPartialEq for ExternalAuthCompletionMode
Auto Trait Implementations§
impl Freeze for ExternalAuthCompletionMode
impl RefUnwindSafe for ExternalAuthCompletionMode
impl Send for ExternalAuthCompletionMode
impl Sync for ExternalAuthCompletionMode
impl Unpin for ExternalAuthCompletionMode
impl UnsafeUnpin for ExternalAuthCompletionMode
impl UnwindSafe for ExternalAuthCompletionMode
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