pub struct IdentityStatus {
pub controller_did: String,
pub alias: Option<String>,
pub key_aliases: Vec<String>,
pub witnesses: Option<WitnessSummary>,
}Expand description
Identity status information.
Fields§
§controller_did: String§alias: Option<String>§key_aliases: Vec<String>§witnesses: Option<WitnessSummary>The identity’s designated witness set (D.9), when configured.
Trait Implementations§
Source§impl Debug for IdentityStatus
impl Debug for IdentityStatus
Auto Trait Implementations§
impl Freeze for IdentityStatus
impl RefUnwindSafe for IdentityStatus
impl Send for IdentityStatus
impl Sync for IdentityStatus
impl Unpin for IdentityStatus
impl UnsafeUnpin for IdentityStatus
impl UnwindSafe for IdentityStatus
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