pub struct CredentialDefinitionCreateResponse {
pub credential_definition_id: String,
}Expand description
Response from the cloudagent when creating a credential definition
Fields§
§credential_definition_id: StringId of the credential definition
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CredentialDefinitionCreateResponse
impl<'de> Deserialize<'de> for CredentialDefinitionCreateResponse
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 CredentialDefinitionCreateResponse
impl RefUnwindSafe for CredentialDefinitionCreateResponse
impl Send for CredentialDefinitionCreateResponse
impl Sync for CredentialDefinitionCreateResponse
impl Unpin for CredentialDefinitionCreateResponse
impl UnwindSafe for CredentialDefinitionCreateResponse
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