pub struct IdentityInfo {
pub domain: String,
pub public_key: String,
pub newly_created: bool,
}Fields§
§domain: String§public_key: String§newly_created: boolTrue when a new keypair was generated (first time), false when loaded existing.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdentityInfo
impl RefUnwindSafe for IdentityInfo
impl Send for IdentityInfo
impl Sync for IdentityInfo
impl Unpin for IdentityInfo
impl UnsafeUnpin for IdentityInfo
impl UnwindSafe for IdentityInfo
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