#[non_exhaustive]pub struct DeleteAssistantOutput { /* private fields */ }
Implementations§
source§impl DeleteAssistantOutput
impl DeleteAssistantOutput
sourcepub fn builder() -> DeleteAssistantOutputBuilder
pub fn builder() -> DeleteAssistantOutputBuilder
Creates a new builder-style object to manufacture DeleteAssistantOutput
.
Trait Implementations§
source§impl Clone for DeleteAssistantOutput
impl Clone for DeleteAssistantOutput
source§fn clone(&self) -> DeleteAssistantOutput
fn clone(&self) -> DeleteAssistantOutput
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 DeleteAssistantOutput
impl Debug for DeleteAssistantOutput
source§impl PartialEq<DeleteAssistantOutput> for DeleteAssistantOutput
impl PartialEq<DeleteAssistantOutput> for DeleteAssistantOutput
source§fn eq(&self, other: &DeleteAssistantOutput) -> bool
fn eq(&self, other: &DeleteAssistantOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteAssistantOutput
impl RequestId for DeleteAssistantOutput
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 DeleteAssistantOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteAssistantOutput
impl Send for DeleteAssistantOutput
impl Sync for DeleteAssistantOutput
impl Unpin for DeleteAssistantOutput
impl UnwindSafe for DeleteAssistantOutput
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