Struct aws_sdk_devicefarm::model::TestGridVpcConfig
source · [−]#[non_exhaustive]pub struct TestGridVpcConfig { /* private fields */ }Expand description
The VPC security groups and subnets that are attached to a project.
Implementations
sourceimpl TestGridVpcConfig
impl TestGridVpcConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestGridVpcConfig.
Trait Implementations
sourceimpl Clone for TestGridVpcConfig
impl Clone for TestGridVpcConfig
sourcefn clone(&self) -> TestGridVpcConfig
fn clone(&self) -> TestGridVpcConfig
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 TestGridVpcConfig
impl Debug for TestGridVpcConfig
sourceimpl PartialEq<TestGridVpcConfig> for TestGridVpcConfig
impl PartialEq<TestGridVpcConfig> for TestGridVpcConfig
sourcefn eq(&self, other: &TestGridVpcConfig) -> bool
fn eq(&self, other: &TestGridVpcConfig) -> bool
impl StructuralPartialEq for TestGridVpcConfig
Auto Trait Implementations
impl RefUnwindSafe for TestGridVpcConfig
impl Send for TestGridVpcConfig
impl Sync for TestGridVpcConfig
impl Unpin for TestGridVpcConfig
impl UnwindSafe for TestGridVpcConfig
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