Struct aws_sdk_codebuild::model::VpcConfig
source · [−]#[non_exhaustive]pub struct VpcConfig { /* private fields */ }
Expand description
Information about the VPC configuration that CodeBuild accesses.
Implementations
Trait Implementations
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
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