pub struct ProbeRow {
pub scheme: String,
pub state: String,
pub hint: String,
}Expand description
One provider’s row in dodot secret probe output.
Fields§
§scheme: String§state: StringSnake-case state suitable for template branching:
ok / not_installed / not_authenticated / misconfigured
/ probe_failed.
hint: StringHuman-readable hint (the provider’s own string for non-Ok outcomes; empty for Ok).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProbeRow
impl RefUnwindSafe for ProbeRow
impl Send for ProbeRow
impl Sync for ProbeRow
impl Unpin for ProbeRow
impl UnsafeUnpin for ProbeRow
impl UnwindSafe for ProbeRow
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