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