pub struct DataKeyResponse {
pub plaintext: String,
pub ciphertext: String,
}Fields§
§plaintext: StringBase64-encoded plaintext data key.
ciphertext: StringTransit-encrypted data key.
Trait Implementations§
Source§impl Debug for DataKeyResponse
impl Debug for DataKeyResponse
Auto Trait Implementations§
impl Freeze for DataKeyResponse
impl RefUnwindSafe for DataKeyResponse
impl Send for DataKeyResponse
impl Sync for DataKeyResponse
impl Unpin for DataKeyResponse
impl UnwindSafe for DataKeyResponse
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