Struct aws_sdk_ec2::input::GetEbsDefaultKmsKeyIdInput
source · [−]#[non_exhaustive]pub struct GetEbsDefaultKmsKeyIdInput { /* private fields */ }
Implementations
sourceimpl GetEbsDefaultKmsKeyIdInput
impl GetEbsDefaultKmsKeyIdInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEbsDefaultKmsKeyId, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEbsDefaultKmsKeyId, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetEbsDefaultKmsKeyId
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEbsDefaultKmsKeyIdInput
.
Trait Implementations
sourceimpl Clone for GetEbsDefaultKmsKeyIdInput
impl Clone for GetEbsDefaultKmsKeyIdInput
sourcefn clone(&self) -> GetEbsDefaultKmsKeyIdInput
fn clone(&self) -> GetEbsDefaultKmsKeyIdInput
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 Debug for GetEbsDefaultKmsKeyIdInput
impl Debug for GetEbsDefaultKmsKeyIdInput
sourceimpl PartialEq<GetEbsDefaultKmsKeyIdInput> for GetEbsDefaultKmsKeyIdInput
impl PartialEq<GetEbsDefaultKmsKeyIdInput> for GetEbsDefaultKmsKeyIdInput
sourcefn eq(&self, other: &GetEbsDefaultKmsKeyIdInput) -> bool
fn eq(&self, other: &GetEbsDefaultKmsKeyIdInput) -> bool
impl StructuralPartialEq for GetEbsDefaultKmsKeyIdInput
Auto Trait Implementations
impl RefUnwindSafe for GetEbsDefaultKmsKeyIdInput
impl Send for GetEbsDefaultKmsKeyIdInput
impl Sync for GetEbsDefaultKmsKeyIdInput
impl Unpin for GetEbsDefaultKmsKeyIdInput
impl UnwindSafe for GetEbsDefaultKmsKeyIdInput
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