pub struct ExportKeyResponse {
pub name: String,
pub keys: HashMap<String, String>,
}
Expand description
Response from executing ExportKeyRequest
Fields§
§name: String
§keys: HashMap<String, String>
Trait Implementations§
source§impl Debug for ExportKeyResponse
impl Debug for ExportKeyResponse
source§impl<'de> Deserialize<'de> for ExportKeyResponse
impl<'de> Deserialize<'de> for ExportKeyResponse
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 ExportKeyResponse
impl RefUnwindSafe for ExportKeyResponse
impl Send for ExportKeyResponse
impl Sync for ExportKeyResponse
impl Unpin for ExportKeyResponse
impl UnwindSafe for ExportKeyResponse
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