pub struct HostedIdentityMaterial {
pub identity_id: String,
pub did: String,
pub handle: Option<String>,
pub display_name: Option<String>,
pub did_document: Value,
pub default_signing_private_key_pem: String,
pub e2ee_agreement_private_key_pem: String,
pub auth_token: Option<String>,
}Fields§
§identity_id: String§did: String§handle: Option<String>§display_name: Option<String>§did_document: Value§default_signing_private_key_pem: String§e2ee_agreement_private_key_pem: String§auth_token: Option<String>Trait Implementations§
Source§impl Clone for HostedIdentityMaterial
impl Clone for HostedIdentityMaterial
Source§fn clone(&self) -> HostedIdentityMaterial
fn clone(&self) -> HostedIdentityMaterial
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HostedIdentityMaterial
impl Debug for HostedIdentityMaterial
impl Eq for HostedIdentityMaterial
Source§impl PartialEq for HostedIdentityMaterial
impl PartialEq for HostedIdentityMaterial
Source§fn eq(&self, other: &HostedIdentityMaterial) -> bool
fn eq(&self, other: &HostedIdentityMaterial) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HostedIdentityMaterial
Auto Trait Implementations§
impl Freeze for HostedIdentityMaterial
impl RefUnwindSafe for HostedIdentityMaterial
impl Send for HostedIdentityMaterial
impl Sync for HostedIdentityMaterial
impl Unpin for HostedIdentityMaterial
impl UnsafeUnpin for HostedIdentityMaterial
impl UnwindSafe for HostedIdentityMaterial
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.