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