Struct ad4m_client::agent::lock::LockAgentLock
source · pub struct LockAgentLock {
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 LockAgentLock
impl Debug for LockAgentLock
source§impl<'de> Deserialize<'de> for LockAgentLock
impl<'de> Deserialize<'de> for LockAgentLock
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