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