#[non_exhaustive]pub struct SendSerialConsoleSshPublicKeyOutput { /* private fields */ }
Implementations
sourceimpl SendSerialConsoleSshPublicKeyOutput
impl SendSerialConsoleSshPublicKeyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SendSerialConsoleSshPublicKeyOutput
.
Trait Implementations
sourceimpl Clone for SendSerialConsoleSshPublicKeyOutput
impl Clone for SendSerialConsoleSshPublicKeyOutput
sourcefn clone(&self) -> SendSerialConsoleSshPublicKeyOutput
fn clone(&self) -> SendSerialConsoleSshPublicKeyOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<SendSerialConsoleSshPublicKeyOutput> for SendSerialConsoleSshPublicKeyOutput
impl PartialEq<SendSerialConsoleSshPublicKeyOutput> for SendSerialConsoleSshPublicKeyOutput
sourcefn eq(&self, other: &SendSerialConsoleSshPublicKeyOutput) -> bool
fn eq(&self, other: &SendSerialConsoleSshPublicKeyOutput) -> bool
impl StructuralPartialEq for SendSerialConsoleSshPublicKeyOutput
Auto Trait Implementations
impl RefUnwindSafe for SendSerialConsoleSshPublicKeyOutput
impl Send for SendSerialConsoleSshPublicKeyOutput
impl Sync for SendSerialConsoleSshPublicKeyOutput
impl Unpin for SendSerialConsoleSshPublicKeyOutput
impl UnwindSafe for SendSerialConsoleSshPublicKeyOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more