pub struct RecoverLocalIdentitySummary {Show 17 fields
pub identity_name: String,
pub did: String,
pub unique_id: String,
pub display_name: String,
pub handle: String,
pub full_handle: String,
pub created_at: String,
pub dir_name: String,
pub is_default: bool,
pub has_jwt: bool,
pub has_did_document: bool,
pub has_key1_private: bool,
pub has_key1_public: bool,
pub has_e2ee_signing_private: bool,
pub has_e2ee_agreement_private: bool,
pub user_state: RecoverLocalUserState,
pub user_id: String,
}Fields§
§identity_name: String§did: String§unique_id: String§display_name: String§handle: String§full_handle: String§created_at: String§dir_name: String§is_default: bool§has_jwt: bool§has_did_document: bool§has_key1_private: bool§has_key1_public: bool§has_e2ee_signing_private: bool§has_e2ee_agreement_private: bool§user_state: RecoverLocalUserState§user_id: StringTrait Implementations§
Source§impl Clone for RecoverLocalIdentitySummary
impl Clone for RecoverLocalIdentitySummary
Source§fn clone(&self) -> RecoverLocalIdentitySummary
fn clone(&self) -> RecoverLocalIdentitySummary
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 RecoverLocalIdentitySummary
impl Debug for RecoverLocalIdentitySummary
Source§impl Default for RecoverLocalIdentitySummary
impl Default for RecoverLocalIdentitySummary
Source§fn default() -> RecoverLocalIdentitySummary
fn default() -> RecoverLocalIdentitySummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecoverLocalIdentitySummary
impl<'de> Deserialize<'de> for RecoverLocalIdentitySummary
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RecoverLocalIdentitySummary
Source§impl PartialEq for RecoverLocalIdentitySummary
impl PartialEq for RecoverLocalIdentitySummary
Source§fn eq(&self, other: &RecoverLocalIdentitySummary) -> bool
fn eq(&self, other: &RecoverLocalIdentitySummary) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RecoverLocalIdentitySummary
Auto Trait Implementations§
impl Freeze for RecoverLocalIdentitySummary
impl RefUnwindSafe for RecoverLocalIdentitySummary
impl Send for RecoverLocalIdentitySummary
impl Sync for RecoverLocalIdentitySummary
impl Unpin for RecoverLocalIdentitySummary
impl UnsafeUnpin for RecoverLocalIdentitySummary
impl UnwindSafe for RecoverLocalIdentitySummary
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.