pub struct EventConfigurationData {
pub transaction_type: Option<TransactionType>,
pub enabled: Option<bool>,
}
Fields§
§transaction_type: Option<TransactionType>
§enabled: Option<bool>
Implementations§
Source§impl EventConfigurationData
impl EventConfigurationData
pub fn new() -> EventConfigurationData
Trait Implementations§
Source§impl Clone for EventConfigurationData
impl Clone for EventConfigurationData
Source§fn clone(&self) -> EventConfigurationData
fn clone(&self) -> EventConfigurationData
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 Debug for EventConfigurationData
impl Debug for EventConfigurationData
Source§impl Default for EventConfigurationData
impl Default for EventConfigurationData
Source§fn default() -> EventConfigurationData
fn default() -> EventConfigurationData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventConfigurationData
impl<'de> Deserialize<'de> for EventConfigurationData
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 EventConfigurationData
impl PartialEq for EventConfigurationData
Source§impl Serialize for EventConfigurationData
impl Serialize for EventConfigurationData
impl StructuralPartialEq for EventConfigurationData
Auto Trait Implementations§
impl Freeze for EventConfigurationData
impl RefUnwindSafe for EventConfigurationData
impl Send for EventConfigurationData
impl Sync for EventConfigurationData
impl Unpin for EventConfigurationData
impl UnwindSafe for EventConfigurationData
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