Struct aws_sdk_lexmodelsv2::output::DeleteBotOutput
source · [−]#[non_exhaustive]pub struct DeleteBotOutput { /* private fields */ }Implementations
sourceimpl DeleteBotOutput
impl DeleteBotOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBotOutput.
Trait Implementations
sourceimpl Clone for DeleteBotOutput
impl Clone for DeleteBotOutput
sourcefn clone(&self) -> DeleteBotOutput
fn clone(&self) -> DeleteBotOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeleteBotOutput
impl Debug for DeleteBotOutput
sourceimpl PartialEq<DeleteBotOutput> for DeleteBotOutput
impl PartialEq<DeleteBotOutput> for DeleteBotOutput
sourcefn eq(&self, other: &DeleteBotOutput) -> bool
fn eq(&self, other: &DeleteBotOutput) -> bool
impl StructuralPartialEq for DeleteBotOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBotOutput
impl Send for DeleteBotOutput
impl Sync for DeleteBotOutput
impl Unpin for DeleteBotOutput
impl UnwindSafe for DeleteBotOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more