pub struct ProvisionResult {
pub controller_did: String,
pub key_alias: KeyAlias,
}Expand description
Result of a successful provisioning run.
Fields§
§controller_did: StringThe controller DID of the newly provisioned identity.
key_alias: KeyAliasThe keychain alias under which the signing key was stored.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProvisionResult
impl RefUnwindSafe for ProvisionResult
impl Send for ProvisionResult
impl Sync for ProvisionResult
impl Unpin for ProvisionResult
impl UnsafeUnpin for ProvisionResult
impl UnwindSafe for ProvisionResult
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