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