Struct aws_sdk_lexruntime::operation::PostContent [−][src]
pub struct PostContent { /* fields omitted */ }
Expand description
Operation shape for PostContent
.
This is usually constructed for you using the the fluent builder returned by
post_content
.
See crate::client::fluent_builders::PostContent
for more details about the operation.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
type Output = Result<PostContentOutput, PostContentError>
type Output = Result<PostContentOutput, PostContentError>
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 PostContent
impl Send for PostContent
impl Sync for PostContent
impl Unpin for PostContent
impl UnwindSafe for PostContent
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