pub struct GetEventsConfigurationResponse {
pub events_configuration: Option<EventsConfiguration>,
}Fields§
§events_configuration: Option<EventsConfiguration>The events configuration details.
Trait Implementations§
Source§impl Clone for GetEventsConfigurationResponse
impl Clone for GetEventsConfigurationResponse
Source§fn clone(&self) -> GetEventsConfigurationResponse
fn clone(&self) -> GetEventsConfigurationResponse
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 GetEventsConfigurationResponse
impl Default for GetEventsConfigurationResponse
Source§fn default() -> GetEventsConfigurationResponse
fn default() -> GetEventsConfigurationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetEventsConfigurationResponse
impl<'de> Deserialize<'de> for GetEventsConfigurationResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetEventsConfigurationResponse
impl PartialEq for GetEventsConfigurationResponse
Source§fn eq(&self, other: &GetEventsConfigurationResponse) -> bool
fn eq(&self, other: &GetEventsConfigurationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetEventsConfigurationResponse
Auto Trait Implementations§
impl Freeze for GetEventsConfigurationResponse
impl RefUnwindSafe for GetEventsConfigurationResponse
impl Send for GetEventsConfigurationResponse
impl Sync for GetEventsConfigurationResponse
impl Unpin for GetEventsConfigurationResponse
impl UnwindSafe for GetEventsConfigurationResponse
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