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