pub struct RefreshCtx<'a> {
pub secret: &'a Value,
pub provider_settings: &'a Value,
}Expand description
Inputs for a host-orchestrated credential refresh.
Fields§
§secret: &'a Value§provider_settings: &'a ValueTrait Implementations§
Source§impl<'a> Clone for RefreshCtx<'a>
impl<'a> Clone for RefreshCtx<'a>
Source§fn clone(&self) -> RefreshCtx<'a>
fn clone(&self) -> RefreshCtx<'a>
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<'a> Copy for RefreshCtx<'a>
Auto Trait Implementations§
impl<'a> Freeze for RefreshCtx<'a>
impl<'a> RefUnwindSafe for RefreshCtx<'a>
impl<'a> Send for RefreshCtx<'a>
impl<'a> Sync for RefreshCtx<'a>
impl<'a> Unpin for RefreshCtx<'a>
impl<'a> UnsafeUnpin for RefreshCtx<'a>
impl<'a> UnwindSafe for RefreshCtx<'a>
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