#[non_exhaustive]pub struct DevEnvironmentSessionConfiguration { /* private fields */ }
Expand description
Information about the configuration of a Dev Environment session.
Implementations§
source§impl DevEnvironmentSessionConfiguration
impl DevEnvironmentSessionConfiguration
sourcepub fn session_type(&self) -> Option<&DevEnvironmentSessionType>
pub fn session_type(&self) -> Option<&DevEnvironmentSessionType>
The type of the session.
sourcepub fn execute_command_session_configuration(
&self
) -> Option<&ExecuteCommandSessionConfiguration>
pub fn execute_command_session_configuration(
&self
) -> Option<&ExecuteCommandSessionConfiguration>
Information about optional commands that will be run on the Dev Environment when the SSH session begins.
source§impl DevEnvironmentSessionConfiguration
impl DevEnvironmentSessionConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DevEnvironmentSessionConfiguration
.
Trait Implementations§
source§impl Clone for DevEnvironmentSessionConfiguration
impl Clone for DevEnvironmentSessionConfiguration
source§fn clone(&self) -> DevEnvironmentSessionConfiguration
fn clone(&self) -> DevEnvironmentSessionConfiguration
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 PartialEq<DevEnvironmentSessionConfiguration> for DevEnvironmentSessionConfiguration
impl PartialEq<DevEnvironmentSessionConfiguration> for DevEnvironmentSessionConfiguration
source§fn eq(&self, other: &DevEnvironmentSessionConfiguration) -> bool
fn eq(&self, other: &DevEnvironmentSessionConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.