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