pub struct AkvKeyReleaseResponse {
pub key: AkvKeyReleaseKeyObject,
}
Expand description
The subset of the AkvKeyReleaseResponse
that includes the base64-url-encoded wrapped key JSON object.
Fields§
§key: AkvKeyReleaseKeyObject
JSON data
Trait Implementations§
Source§impl Debug for AkvKeyReleaseResponse
impl Debug for AkvKeyReleaseResponse
Source§impl<'de> Deserialize<'de> for AkvKeyReleaseResponse
impl<'de> Deserialize<'de> for AkvKeyReleaseResponse
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 AkvKeyReleaseResponse
impl RefUnwindSafe for AkvKeyReleaseResponse
impl Send for AkvKeyReleaseResponse
impl Sync for AkvKeyReleaseResponse
impl Unpin for AkvKeyReleaseResponse
impl UnwindSafe for AkvKeyReleaseResponse
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