pub struct ActivateCredentialResponse {
pub message: String,
}Expand description
Activate Credential
Fields§
§message: StringTrait Implementations§
Source§impl Clone for ActivateCredentialResponse
impl Clone for ActivateCredentialResponse
Source§fn clone(&self) -> ActivateCredentialResponse
fn clone(&self) -> ActivateCredentialResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActivateCredentialResponse
impl Debug for ActivateCredentialResponse
Source§impl<'de> Deserialize<'de> for ActivateCredentialResponse
impl<'de> Deserialize<'de> for ActivateCredentialResponse
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 ActivateCredentialResponse
impl RefUnwindSafe for ActivateCredentialResponse
impl Send for ActivateCredentialResponse
impl Sync for ActivateCredentialResponse
impl Unpin for ActivateCredentialResponse
impl UnsafeUnpin for ActivateCredentialResponse
impl UnwindSafe for ActivateCredentialResponse
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