pub struct SendSSHPublicKeyResponse {
pub request_id: Option<String>,
pub success: Option<bool>,
}Fields§
§request_id: Option<String>The request ID as logged by EC2 Connect. Please provide this when contacting AWS Support.
success: Option<bool>Indicates request success.
Trait Implementations§
Source§impl Clone for SendSSHPublicKeyResponse
impl Clone for SendSSHPublicKeyResponse
Source§fn clone(&self) -> SendSSHPublicKeyResponse
fn clone(&self) -> SendSSHPublicKeyResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SendSSHPublicKeyResponse
impl Debug for SendSSHPublicKeyResponse
Source§impl Default for SendSSHPublicKeyResponse
impl Default for SendSSHPublicKeyResponse
Source§fn default() -> SendSSHPublicKeyResponse
fn default() -> SendSSHPublicKeyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SendSSHPublicKeyResponse
impl<'de> Deserialize<'de> for SendSSHPublicKeyResponse
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
Source§impl PartialEq for SendSSHPublicKeyResponse
impl PartialEq for SendSSHPublicKeyResponse
impl StructuralPartialEq for SendSSHPublicKeyResponse
Auto Trait Implementations§
impl Freeze for SendSSHPublicKeyResponse
impl RefUnwindSafe for SendSSHPublicKeyResponse
impl Send for SendSSHPublicKeyResponse
impl Sync for SendSSHPublicKeyResponse
impl Unpin for SendSSHPublicKeyResponse
impl UnwindSafe for SendSSHPublicKeyResponse
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