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