pub struct Provisioned {
pub vault: SealedVault,
pub recovery_key: String,
}Expand description
Result of provisioning: the vault to persist + the one-time recovery key to show the admin once (never stored in plaintext anywhere).
Fields§
§vault: SealedVault§recovery_key: StringAuto Trait Implementations§
impl Freeze for Provisioned
impl RefUnwindSafe for Provisioned
impl Send for Provisioned
impl Sync for Provisioned
impl Unpin for Provisioned
impl UnsafeUnpin for Provisioned
impl UnwindSafe for Provisioned
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