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