pub struct GetSshCertificateOutput {
pub data: Option<String>,
pub path: Option<String>,
}Fields§
§data: Option<String>§path: Option<String>Implementations§
Source§impl GetSshCertificateOutput
impl GetSshCertificateOutput
pub fn new() -> GetSshCertificateOutput
Trait Implementations§
Source§impl Clone for GetSshCertificateOutput
impl Clone for GetSshCertificateOutput
Source§fn clone(&self) -> GetSshCertificateOutput
fn clone(&self) -> GetSshCertificateOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetSshCertificateOutput
impl Debug for GetSshCertificateOutput
Source§impl Default for GetSshCertificateOutput
impl Default for GetSshCertificateOutput
Source§fn default() -> GetSshCertificateOutput
fn default() -> GetSshCertificateOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetSshCertificateOutput
impl<'de> Deserialize<'de> for GetSshCertificateOutput
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 GetSshCertificateOutput
impl PartialEq for GetSshCertificateOutput
Source§fn eq(&self, other: &GetSshCertificateOutput) -> bool
fn eq(&self, other: &GetSshCertificateOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetSshCertificateOutput
impl Serialize for GetSshCertificateOutput
impl StructuralPartialEq for GetSshCertificateOutput
Auto Trait Implementations§
impl Freeze for GetSshCertificateOutput
impl RefUnwindSafe for GetSshCertificateOutput
impl Send for GetSshCertificateOutput
impl Sync for GetSshCertificateOutput
impl Unpin for GetSshCertificateOutput
impl UnsafeUnpin for GetSshCertificateOutput
impl UnwindSafe for GetSshCertificateOutput
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