Enum deltachat::provider::Oauth2Authorizer
source · #[repr(u8)]pub enum Oauth2Authorizer {
Yandex = 1,
Gmail = 2,
}
Expand description
Type of OAuth 2 authorization.
Variants§
Trait Implementations§
source§impl Debug for Oauth2Authorizer
impl Debug for Oauth2Authorizer
source§impl PartialEq for Oauth2Authorizer
impl PartialEq for Oauth2Authorizer
impl Eq for Oauth2Authorizer
impl StructuralPartialEq for Oauth2Authorizer
Auto Trait Implementations§
impl Freeze for Oauth2Authorizer
impl RefUnwindSafe for Oauth2Authorizer
impl Send for Oauth2Authorizer
impl Sync for Oauth2Authorizer
impl Unpin for Oauth2Authorizer
impl UnwindSafe for Oauth2Authorizer
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.