pub struct FlowStepResubmitMessage {
pub account: ObjectDescription,
pub duplicate_message: Bool,
pub flow_selector: String,
pub header_name: String,
pub header_value: String,
pub source: ObjectDescription,
}Fields§
§account: ObjectDescriptionAccount to submit the message to.
duplicate_message: Bool§flow_selector: StringSelector of the flow to submit the message to.
header_name: StringName of the header to add to the email.
header_value: StringValue to set in the header.
source: ObjectDescriptionSource to submit the message to.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FlowStepResubmitMessage
impl<'de> Deserialize<'de> for FlowStepResubmitMessage
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
Auto Trait Implementations§
impl Freeze for FlowStepResubmitMessage
impl RefUnwindSafe for FlowStepResubmitMessage
impl Send for FlowStepResubmitMessage
impl Sync for FlowStepResubmitMessage
impl Unpin for FlowStepResubmitMessage
impl UnwindSafe for FlowStepResubmitMessage
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