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