Struct aws_sdk_lexruntime::operation::PutSession [−][src]
pub struct PutSession { /* fields omitted */ }
Expand description
Operation shape for PutSession
.
This is usually constructed for you using the the fluent builder returned by
put_session
.
See crate::client::fluent_builders::PutSession
for more details about the operation.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
type Output = Result<PutSessionOutput, PutSessionError>
type Output = Result<PutSessionOutput, PutSessionError>
Output type of the HttpResponse. Read more
Parse an HTTP request without reading the body. If the body must be provided to proceed,
return None
Read more
Auto Trait Implementations
impl RefUnwindSafe for PutSession
impl Send for PutSession
impl Sync for PutSession
impl Unpin for PutSession
impl UnwindSafe for PutSession
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more