pub enum CheckScope {
Connectivity,
ConnectivityAndAuth,
ConfiguredNotVerifiable,
}Expand description
What a provider check verified.
Variants§
Connectivity
Only network connectivity was verified.
ConnectivityAndAuth
Both connectivity and authentication were verified.
ConfiguredNotVerifiable
Credentials are configured but the check could not verify them.
Trait Implementations§
Source§impl Clone for CheckScope
impl Clone for CheckScope
Source§fn clone(&self) -> CheckScope
fn clone(&self) -> CheckScope
Returns a duplicate of the value. Read more
1.0.0 · 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 CheckScope
impl Debug for CheckScope
Source§impl PartialEq for CheckScope
impl PartialEq for CheckScope
impl Eq for CheckScope
impl StructuralPartialEq for CheckScope
Auto Trait Implementations§
impl Freeze for CheckScope
impl RefUnwindSafe for CheckScope
impl Send for CheckScope
impl Sync for CheckScope
impl Unpin for CheckScope
impl UnsafeUnpin for CheckScope
impl UnwindSafe for CheckScope
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.