pub struct UnlockAgentUnlock {
pub is_initialized: bool,
pub is_unlocked: bool,
pub did: Option<String>,
pub did_document: Option<String>,
pub error: Option<String>,
}
Fields§
§is_initialized: bool
§is_unlocked: bool
§did: Option<String>
§did_document: Option<String>
§error: Option<String>
Trait Implementations§
Source§impl Debug for UnlockAgentUnlock
impl Debug for UnlockAgentUnlock
Source§impl<'de> Deserialize<'de> for UnlockAgentUnlock
impl<'de> Deserialize<'de> for UnlockAgentUnlock
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
Auto Trait Implementations§
impl Freeze for UnlockAgentUnlock
impl RefUnwindSafe for UnlockAgentUnlock
impl Send for UnlockAgentUnlock
impl Sync for UnlockAgentUnlock
impl Unpin for UnlockAgentUnlock
impl UnwindSafe for UnlockAgentUnlock
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