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