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 ==.