#[non_exhaustive]pub struct TestHypervisorConfigurationOutput {}
Implementations§
source§impl TestHypervisorConfigurationOutput
impl TestHypervisorConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestHypervisorConfigurationOutput
.
Trait Implementations§
source§impl Clone for TestHypervisorConfigurationOutput
impl Clone for TestHypervisorConfigurationOutput
source§fn clone(&self) -> TestHypervisorConfigurationOutput
fn clone(&self) -> TestHypervisorConfigurationOutput
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<TestHypervisorConfigurationOutput> for TestHypervisorConfigurationOutput
impl PartialEq<TestHypervisorConfigurationOutput> for TestHypervisorConfigurationOutput
source§fn eq(&self, other: &TestHypervisorConfigurationOutput) -> bool
fn eq(&self, other: &TestHypervisorConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.