Struct aws_sdk_lexmodelsv2::output::DeleteBotVersionOutput
source · [−]#[non_exhaustive]pub struct DeleteBotVersionOutput { /* private fields */ }Implementations
sourceimpl DeleteBotVersionOutput
impl DeleteBotVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBotVersionOutput.
Trait Implementations
sourceimpl Clone for DeleteBotVersionOutput
impl Clone for DeleteBotVersionOutput
sourcefn clone(&self) -> DeleteBotVersionOutput
fn clone(&self) -> DeleteBotVersionOutput
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 DeleteBotVersionOutput
impl Debug for DeleteBotVersionOutput
sourceimpl PartialEq<DeleteBotVersionOutput> for DeleteBotVersionOutput
impl PartialEq<DeleteBotVersionOutput> for DeleteBotVersionOutput
sourcefn eq(&self, other: &DeleteBotVersionOutput) -> bool
fn eq(&self, other: &DeleteBotVersionOutput) -> bool
impl StructuralPartialEq for DeleteBotVersionOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBotVersionOutput
impl Send for DeleteBotVersionOutput
impl Sync for DeleteBotVersionOutput
impl Unpin for DeleteBotVersionOutput
impl UnwindSafe for DeleteBotVersionOutput
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