Struct aws_sdk_codebuild::model::GitSubmodulesConfig
source · #[non_exhaustive]pub struct GitSubmodulesConfig { /* private fields */ }
Expand description
Information about the Git submodules configuration for an CodeBuild build project.
Implementations§
source§impl GitSubmodulesConfig
impl GitSubmodulesConfig
sourcepub fn fetch_submodules(&self) -> Option<bool>
pub fn fetch_submodules(&self) -> Option<bool>
Set to true to fetch Git submodules for your CodeBuild build project.
source§impl GitSubmodulesConfig
impl GitSubmodulesConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GitSubmodulesConfig
.
Trait Implementations§
source§impl Clone for GitSubmodulesConfig
impl Clone for GitSubmodulesConfig
source§fn clone(&self) -> GitSubmodulesConfig
fn clone(&self) -> GitSubmodulesConfig
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 Debug for GitSubmodulesConfig
impl Debug for GitSubmodulesConfig
source§impl PartialEq<GitSubmodulesConfig> for GitSubmodulesConfig
impl PartialEq<GitSubmodulesConfig> for GitSubmodulesConfig
source§fn eq(&self, other: &GitSubmodulesConfig) -> bool
fn eq(&self, other: &GitSubmodulesConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.