pub struct StagedCloudHomeCredentials { /* private fields */ }Expand description
One proposed cloud credential value and the durable value it would replace.
Clones of this object are the credential capability retained by a proposed
provider. Before commit, provider refreshes update only the
proposed value. Commit writes the latest proposal to the keyring and makes
later refreshes durable. Rollback restores the exact value commit replaced.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for StagedCloudHomeCredentials
impl !RefUnwindSafe for StagedCloudHomeCredentials
impl Send for StagedCloudHomeCredentials
impl Sync for StagedCloudHomeCredentials
impl Unpin for StagedCloudHomeCredentials
impl UnsafeUnpin for StagedCloudHomeCredentials
impl !UnwindSafe for StagedCloudHomeCredentials
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