pub struct GetEventsConfigurationRequest {
pub account_id: String,
pub bot_id: String,
}Fields§
§account_id: StringThe Amazon Chime account ID.
bot_id: StringThe bot ID.
Trait Implementations§
Source§impl Clone for GetEventsConfigurationRequest
impl Clone for GetEventsConfigurationRequest
Source§fn clone(&self) -> GetEventsConfigurationRequest
fn clone(&self) -> GetEventsConfigurationRequest
Returns a duplicate 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 Default for GetEventsConfigurationRequest
impl Default for GetEventsConfigurationRequest
Source§fn default() -> GetEventsConfigurationRequest
fn default() -> GetEventsConfigurationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetEventsConfigurationRequest
impl PartialEq for GetEventsConfigurationRequest
Source§fn eq(&self, other: &GetEventsConfigurationRequest) -> bool
fn eq(&self, other: &GetEventsConfigurationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetEventsConfigurationRequest
Auto Trait Implementations§
impl Freeze for GetEventsConfigurationRequest
impl RefUnwindSafe for GetEventsConfigurationRequest
impl Send for GetEventsConfigurationRequest
impl Sync for GetEventsConfigurationRequest
impl Unpin for GetEventsConfigurationRequest
impl UnwindSafe for GetEventsConfigurationRequest
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