pub struct SecretRequest { /* private fields */ }Expand description
One explicit request to a caller-owned secret provider.
Implementations§
Source§impl SecretRequest
impl SecretRequest
Sourcepub const fn source(&self) -> &SecretSource
pub const fn source(&self) -> &SecretSource
Returns the source ComposeLens selected without reading it.
Sourcepub const fn source_span(&self) -> SourceSpan
pub const fn source_span(&self) -> SourceSpan
Returns the source declaration span.
Trait Implementations§
Source§impl Clone for SecretRequest
impl Clone for SecretRequest
Source§fn clone(&self) -> SecretRequest
fn clone(&self) -> SecretRequest
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 SecretRequest
impl Debug for SecretRequest
impl Eq for SecretRequest
Source§impl PartialEq for SecretRequest
impl PartialEq for SecretRequest
impl StructuralPartialEq for SecretRequest
Auto Trait Implementations§
impl Freeze for SecretRequest
impl RefUnwindSafe for SecretRequest
impl Send for SecretRequest
impl Sync for SecretRequest
impl Unpin for SecretRequest
impl UnsafeUnpin for SecretRequest
impl UnwindSafe for SecretRequest
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