#[non_exhaustive]pub struct DeleteSessionOutput { /* private fields */ }
Implementations§
source§impl DeleteSessionOutput
impl DeleteSessionOutput
source§impl DeleteSessionOutput
impl DeleteSessionOutput
sourcepub fn builder() -> DeleteSessionOutputBuilder
pub fn builder() -> DeleteSessionOutputBuilder
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 moresource§impl Debug for DeleteSessionOutput
impl Debug for DeleteSessionOutput
source§impl PartialEq<DeleteSessionOutput> for DeleteSessionOutput
impl PartialEq<DeleteSessionOutput> for DeleteSessionOutput
source§fn eq(&self, other: &DeleteSessionOutput) -> bool
fn eq(&self, other: &DeleteSessionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteSessionOutput
impl RequestId for DeleteSessionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DeleteSessionOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteSessionOutput
impl Send for DeleteSessionOutput
impl Sync for DeleteSessionOutput
impl Unpin for DeleteSessionOutput
impl UnwindSafe for DeleteSessionOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more