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