#[non_exhaustive]pub struct SourceConfiguration { /* private fields */ }Expand description
A specification for an environment configuration.
Implementations§
source§impl SourceConfiguration
impl SourceConfiguration
sourcepub fn application_name(&self) -> Option<&str>
pub fn application_name(&self) -> Option<&str>
The name of the application associated with the configuration.
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the configuration template.
source§impl SourceConfiguration
impl SourceConfiguration
sourcepub fn builder() -> SourceConfigurationBuilder
pub fn builder() -> SourceConfigurationBuilder
Creates a new builder-style object to manufacture SourceConfiguration.
Trait Implementations§
source§impl Clone for SourceConfiguration
impl Clone for SourceConfiguration
source§fn clone(&self) -> SourceConfiguration
fn clone(&self) -> SourceConfiguration
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 SourceConfiguration
impl Debug for SourceConfiguration
source§impl PartialEq<SourceConfiguration> for SourceConfiguration
impl PartialEq<SourceConfiguration> for SourceConfiguration
source§fn eq(&self, other: &SourceConfiguration) -> bool
fn eq(&self, other: &SourceConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.