pub enum HarnessAuthenticationState {
Authenticated,
Configured,
Required,
Unavailable,
}Expand description
Credential readiness reported without exposing credential material.
Variants§
Authenticated
The harness’s native status command confirms an active sign-in.
Configured
Credential evidence exists, but native status did not confirm it.
Required
No native sign-in or local credential evidence was found.
The harness is absent or has no verified Supercode auth adapter.
Trait Implementations§
Source§impl Clone for HarnessAuthenticationState
impl Clone for HarnessAuthenticationState
Source§fn clone(&self) -> HarnessAuthenticationState
fn clone(&self) -> HarnessAuthenticationState
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 HarnessAuthenticationState
Source§impl Debug for HarnessAuthenticationState
impl Debug for HarnessAuthenticationState
impl Eq for HarnessAuthenticationState
impl StructuralPartialEq for HarnessAuthenticationState
Auto Trait Implementations§
impl Freeze for HarnessAuthenticationState
impl RefUnwindSafe for HarnessAuthenticationState
impl Send for HarnessAuthenticationState
impl Sync for HarnessAuthenticationState
impl Unpin for HarnessAuthenticationState
impl UnsafeUnpin for HarnessAuthenticationState
impl UnwindSafe for HarnessAuthenticationState
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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§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.