pub struct IdentityStatus {
pub controller_did: String,
pub alias: Option<String>,
}Expand description
Identity status information.
Fields§
§controller_did: String§alias: Option<String>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