pub struct FlowStepRewriteRecipient {
pub message_type: String,
pub recipient_name_template: String,
pub recipient_template: String,
}Fields§
§message_type: String§recipient_name_template: String§recipient_template: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for FlowStepRewriteRecipient
impl<'de> Deserialize<'de> for FlowStepRewriteRecipient
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 FlowStepRewriteRecipient
impl RefUnwindSafe for FlowStepRewriteRecipient
impl Send for FlowStepRewriteRecipient
impl Sync for FlowStepRewriteRecipient
impl Unpin for FlowStepRewriteRecipient
impl UnwindSafe for FlowStepRewriteRecipient
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