pub struct UpdateInformationAboutASpecificWorkflowEmail {
pub delay: Option<AutomationDelay>,
pub settings: Option<UpdateInformationAboutASpecificWorkflowEmailCampaignSettings>,
}
Expand description
Update information about an individual Automation workflow email.
Fields
delay: Option<AutomationDelay>
Update information about an individual Automation workflow email.
settings: Option<UpdateInformationAboutASpecificWorkflowEmailCampaignSettings>
Update information about an individual Automation workflow email.
Trait Implementations
sourceimpl Clone for UpdateInformationAboutASpecificWorkflowEmail
impl Clone for UpdateInformationAboutASpecificWorkflowEmail
sourcefn clone(&self) -> UpdateInformationAboutASpecificWorkflowEmail
fn clone(&self) -> UpdateInformationAboutASpecificWorkflowEmail
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'de> Deserialize<'de> for UpdateInformationAboutASpecificWorkflowEmail
impl<'de> Deserialize<'de> for UpdateInformationAboutASpecificWorkflowEmail
sourcefn 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
sourceimpl JsonSchema for UpdateInformationAboutASpecificWorkflowEmail
impl JsonSchema for UpdateInformationAboutASpecificWorkflowEmail
sourcefn schema_name() -> String
fn schema_name() -> String
The name of the generated JSON Schema. Read more
sourcefn json_schema(gen: &mut SchemaGenerator) -> Schema
fn json_schema(gen: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
sourcefn is_referenceable() -> bool
fn is_referenceable() -> bool
Whether JSON Schemas generated for this type should be re-used where possible using the
$ref
keyword. Read moresourceimpl PartialEq<UpdateInformationAboutASpecificWorkflowEmail> for UpdateInformationAboutASpecificWorkflowEmail
impl PartialEq<UpdateInformationAboutASpecificWorkflowEmail> for UpdateInformationAboutASpecificWorkflowEmail
sourcefn eq(&self, other: &UpdateInformationAboutASpecificWorkflowEmail) -> bool
fn eq(&self, other: &UpdateInformationAboutASpecificWorkflowEmail) -> bool
impl StructuralPartialEq for UpdateInformationAboutASpecificWorkflowEmail
Auto Trait Implementations
impl RefUnwindSafe for UpdateInformationAboutASpecificWorkflowEmail
impl Send for UpdateInformationAboutASpecificWorkflowEmail
impl Sync for UpdateInformationAboutASpecificWorkflowEmail
impl Unpin for UpdateInformationAboutASpecificWorkflowEmail
impl UnwindSafe for UpdateInformationAboutASpecificWorkflowEmail
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more