pub struct CredentialDefinitionGetByIdResponse {
pub credential_definition: CredentialDefinition,
}Expand description
Response from the cloudagent when requesting a credential definition by id
Fields§
§credential_definition: CredentialDefinitionThe credential definition requested
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CredentialDefinitionGetByIdResponse
impl<'de> Deserialize<'de> for CredentialDefinitionGetByIdResponse
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 CredentialDefinitionGetByIdResponse
impl RefUnwindSafe for CredentialDefinitionGetByIdResponse
impl Send for CredentialDefinitionGetByIdResponse
impl Sync for CredentialDefinitionGetByIdResponse
impl Unpin for CredentialDefinitionGetByIdResponse
impl UnwindSafe for CredentialDefinitionGetByIdResponse
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