Struct aws_sdk_lexruntime::output::DeleteSessionOutput
source · #[non_exhaustive]pub struct DeleteSessionOutput { /* private fields */ }
Implementations§
source§impl DeleteSessionOutput
impl DeleteSessionOutput
source§impl DeleteSessionOutput
impl DeleteSessionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSessionOutput
.
Trait Implementations§
source§impl Clone for DeleteSessionOutput
impl Clone for DeleteSessionOutput
source§fn clone(&self) -> DeleteSessionOutput
fn clone(&self) -> DeleteSessionOutput
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 more