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