pub struct OrganizationIntegrationConfigurationResponseModel {
pub object: Option<String>,
pub id: Option<Uuid>,
pub configuration: Option<String>,
pub filters: Option<String>,
pub creation_date: Option<String>,
pub event_type: Option<EventType>,
pub template: Option<String>,
}
Fields§
§object: Option<String>
§id: Option<Uuid>
§configuration: Option<String>
§filters: Option<String>
§creation_date: Option<String>
§event_type: Option<EventType>
§template: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for OrganizationIntegrationConfigurationResponseModel
impl Clone for OrganizationIntegrationConfigurationResponseModel
Source§fn clone(&self) -> OrganizationIntegrationConfigurationResponseModel
fn clone(&self) -> OrganizationIntegrationConfigurationResponseModel
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 OrganizationIntegrationConfigurationResponseModel
impl Default for OrganizationIntegrationConfigurationResponseModel
Source§fn default() -> OrganizationIntegrationConfigurationResponseModel
fn default() -> OrganizationIntegrationConfigurationResponseModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrganizationIntegrationConfigurationResponseModel
impl<'de> Deserialize<'de> for OrganizationIntegrationConfigurationResponseModel
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 OrganizationIntegrationConfigurationResponseModel
impl PartialEq for OrganizationIntegrationConfigurationResponseModel
Source§fn eq(&self, other: &OrganizationIntegrationConfigurationResponseModel) -> bool
fn eq(&self, other: &OrganizationIntegrationConfigurationResponseModel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for OrganizationIntegrationConfigurationResponseModel
Auto Trait Implementations§
impl Freeze for OrganizationIntegrationConfigurationResponseModel
impl RefUnwindSafe for OrganizationIntegrationConfigurationResponseModel
impl Send for OrganizationIntegrationConfigurationResponseModel
impl Sync for OrganizationIntegrationConfigurationResponseModel
impl Unpin for OrganizationIntegrationConfigurationResponseModel
impl UnwindSafe for OrganizationIntegrationConfigurationResponseModel
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