pub struct RecoverGeneratedIdentity {
pub did: Did,
pub unique_id: String,
pub did_document: Value,
}Fields§
§did: Did§unique_id: String§did_document: ValueTrait Implementations§
Source§impl Clone for RecoverGeneratedIdentity
impl Clone for RecoverGeneratedIdentity
Source§fn clone(&self) -> RecoverGeneratedIdentity
fn clone(&self) -> RecoverGeneratedIdentity
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 RecoverGeneratedIdentity
impl Debug for RecoverGeneratedIdentity
Source§impl<'de> Deserialize<'de> for RecoverGeneratedIdentity
impl<'de> Deserialize<'de> for RecoverGeneratedIdentity
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
Source§impl PartialEq for RecoverGeneratedIdentity
impl PartialEq for RecoverGeneratedIdentity
Source§fn eq(&self, other: &RecoverGeneratedIdentity) -> bool
fn eq(&self, other: &RecoverGeneratedIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RecoverGeneratedIdentity
impl Serialize for RecoverGeneratedIdentity
impl StructuralPartialEq for RecoverGeneratedIdentity
Auto Trait Implementations§
impl Freeze for RecoverGeneratedIdentity
impl RefUnwindSafe for RecoverGeneratedIdentity
impl Send for RecoverGeneratedIdentity
impl Sync for RecoverGeneratedIdentity
impl Unpin for RecoverGeneratedIdentity
impl UnsafeUnpin for RecoverGeneratedIdentity
impl UnwindSafe for RecoverGeneratedIdentity
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