pub struct CredentialLoadOutcome {
pub store: CredentialStore,
pub diagnostics: Vec<ProxyDiagnostic>,
}Expand description
Result of loading credentials at proxy startup.
Fields§
§store: CredentialStoreLoaded store; may omit routes whose credentials were unavailable.
diagnostics: Vec<ProxyDiagnostic>Per-route warnings for missing or unavailable credentials.
Implementations§
Source§impl CredentialLoadOutcome
impl CredentialLoadOutcome
pub fn into_store(self) -> CredentialStore
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CredentialLoadOutcome
impl !UnwindSafe for CredentialLoadOutcome
impl Freeze for CredentialLoadOutcome
impl Send for CredentialLoadOutcome
impl Sync for CredentialLoadOutcome
impl Unpin for CredentialLoadOutcome
impl UnsafeUnpin for CredentialLoadOutcome
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§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