Struct aws_sdk_databrew::input::StartProjectSessionInput
source · #[non_exhaustive]pub struct StartProjectSessionInput { /* private fields */ }
Implementations§
source§impl StartProjectSessionInput
impl StartProjectSessionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartProjectSession, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartProjectSession, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartProjectSession
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartProjectSessionInput
.
Trait Implementations§
source§impl Clone for StartProjectSessionInput
impl Clone for StartProjectSessionInput
source§fn clone(&self) -> StartProjectSessionInput
fn clone(&self) -> StartProjectSessionInput
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 StartProjectSessionInput
impl Debug for StartProjectSessionInput
source§impl PartialEq<StartProjectSessionInput> for StartProjectSessionInput
impl PartialEq<StartProjectSessionInput> for StartProjectSessionInput
source§fn eq(&self, other: &StartProjectSessionInput) -> bool
fn eq(&self, other: &StartProjectSessionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.