Struct aws_sdk_codebuild::types::VpcConfig
source · #[non_exhaustive]pub struct VpcConfig { /* private fields */ }
Expand description
Information about the VPC configuration that CodeBuild accesses.
Implementations§
Trait Implementations§
source§impl PartialEq<VpcConfig> for VpcConfig
impl PartialEq<VpcConfig> for VpcConfig
impl StructuralPartialEq for VpcConfig
Auto Trait Implementations§
impl RefUnwindSafe for VpcConfig
impl Send for VpcConfig
impl Sync for VpcConfig
impl Unpin for VpcConfig
impl UnwindSafe for VpcConfig
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