pub struct SecretResolution { /* private fields */ }Expand description
Result of one explicit top-level secret-resolution operation.
Implementations§
Source§impl SecretResolution
impl SecretResolution
Sourcepub fn secrets(&self) -> &[ResolvedSecret]
pub fn secrets(&self) -> &[ResolvedSecret]
Returns resolved secrets in deterministic Compose-name order.
Sourcepub fn diagnostics(&self) -> &[Diagnostic]
pub fn diagnostics(&self) -> &[Diagnostic]
Returns unavailable, ambiguous, or denied-source diagnostics.
Trait Implementations§
Source§impl Clone for SecretResolution
impl Clone for SecretResolution
Source§fn clone(&self) -> SecretResolution
fn clone(&self) -> SecretResolution
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 SecretResolution
impl Debug for SecretResolution
impl Eq for SecretResolution
Source§impl PartialEq for SecretResolution
impl PartialEq for SecretResolution
impl StructuralPartialEq for SecretResolution
Auto Trait Implementations§
impl Freeze for SecretResolution
impl RefUnwindSafe for SecretResolution
impl Send for SecretResolution
impl Sync for SecretResolution
impl Unpin for SecretResolution
impl UnsafeUnpin for SecretResolution
impl UnwindSafe for SecretResolution
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