pub struct TransformationSimulateIn {
pub channels: Option<Vec<String>>,
pub code: String,
pub event_type: String,
pub payload: Value,
}
Fields§
§channels: Option<Vec<String>>
§code: String
§event_type: String
The event type’s name
payload: Value
Implementations§
Trait Implementations§
Source§impl Clone for TransformationSimulateIn
impl Clone for TransformationSimulateIn
Source§fn clone(&self) -> TransformationSimulateIn
fn clone(&self) -> TransformationSimulateIn
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 TransformationSimulateIn
impl Debug for TransformationSimulateIn
Source§impl Default for TransformationSimulateIn
impl Default for TransformationSimulateIn
Source§fn default() -> TransformationSimulateIn
fn default() -> TransformationSimulateIn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransformationSimulateIn
impl<'de> Deserialize<'de> for TransformationSimulateIn
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 TransformationSimulateIn
impl PartialEq for TransformationSimulateIn
Source§impl Serialize for TransformationSimulateIn
impl Serialize for TransformationSimulateIn
impl StructuralPartialEq for TransformationSimulateIn
Auto Trait Implementations§
impl Freeze for TransformationSimulateIn
impl RefUnwindSafe for TransformationSimulateIn
impl Send for TransformationSimulateIn
impl Sync for TransformationSimulateIn
impl Unpin for TransformationSimulateIn
impl UnwindSafe for TransformationSimulateIn
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