#[non_exhaustive]pub struct GetHostInput { /* private fields */ }
Implementations§
source§impl GetHostInput
impl GetHostInput
source§impl GetHostInput
impl GetHostInput
sourcepub fn builder() -> GetHostInputBuilder
pub fn builder() -> GetHostInputBuilder
Creates a new builder-style object to manufacture GetHostInput
.
source§impl GetHostInput
impl GetHostInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetHost, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetHost, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetHost
>
Trait Implementations§
source§impl Clone for GetHostInput
impl Clone for GetHostInput
source§fn clone(&self) -> GetHostInput
fn clone(&self) -> GetHostInput
Returns a copy 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 GetHostInput
impl Debug for GetHostInput
source§impl PartialEq<GetHostInput> for GetHostInput
impl PartialEq<GetHostInput> for GetHostInput
source§fn eq(&self, other: &GetHostInput) -> bool
fn eq(&self, other: &GetHostInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetHostInput
Auto Trait Implementations§
impl RefUnwindSafe for GetHostInput
impl Send for GetHostInput
impl Sync for GetHostInput
impl Unpin for GetHostInput
impl UnwindSafe for GetHostInput
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