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