Struct aws_sdk_codecatalyst::types::IdeConfiguration
source · #[non_exhaustive]pub struct IdeConfiguration { /* private fields */ }
Expand description
Information about the configuration of an integrated development environment (IDE) for a Dev Environment.
Implementations§
source§impl IdeConfiguration
impl IdeConfiguration
sourcepub fn builder() -> IdeConfigurationBuilder
pub fn builder() -> IdeConfigurationBuilder
Creates a new builder-style object to manufacture IdeConfiguration
.
Trait Implementations§
source§impl Clone for IdeConfiguration
impl Clone for IdeConfiguration
source§fn clone(&self) -> IdeConfiguration
fn clone(&self) -> IdeConfiguration
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 IdeConfiguration
impl Debug for IdeConfiguration
source§impl PartialEq<IdeConfiguration> for IdeConfiguration
impl PartialEq<IdeConfiguration> for IdeConfiguration
source§fn eq(&self, other: &IdeConfiguration) -> bool
fn eq(&self, other: &IdeConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.