pub struct EmailIntakeAddressUpdateInput {Show 14 fields
pub enabled: Option<bool>,
pub forwarding_email_address: Option<String>,
pub sender_name: Option<String>,
pub team_id: Option<String>,
pub template_id: Option<String>,
pub replies_enabled: Option<bool>,
pub use_user_names_in_replies: Option<bool>,
pub issue_created_auto_reply_enabled: Option<bool>,
pub issue_created_auto_reply: Option<String>,
pub issue_completed_auto_reply_enabled: Option<bool>,
pub issue_completed_auto_reply: Option<String>,
pub issue_canceled_auto_reply_enabled: Option<bool>,
pub issue_canceled_auto_reply: Option<String>,
pub customer_requests_enabled: Option<bool>,
}Fields§
§enabled: Option<bool>§forwarding_email_address: Option<String>§sender_name: Option<String>§team_id: Option<String>§template_id: Option<String>§replies_enabled: Option<bool>§use_user_names_in_replies: Option<bool>§issue_created_auto_reply_enabled: Option<bool>§issue_created_auto_reply: Option<String>§issue_completed_auto_reply_enabled: Option<bool>§issue_completed_auto_reply: Option<String>§issue_canceled_auto_reply_enabled: Option<bool>§issue_canceled_auto_reply: Option<String>§customer_requests_enabled: Option<bool>Trait Implementations§
Source§impl Clone for EmailIntakeAddressUpdateInput
impl Clone for EmailIntakeAddressUpdateInput
Source§fn clone(&self) -> EmailIntakeAddressUpdateInput
fn clone(&self) -> EmailIntakeAddressUpdateInput
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 EmailIntakeAddressUpdateInput
impl Default for EmailIntakeAddressUpdateInput
Source§fn default() -> EmailIntakeAddressUpdateInput
fn default() -> EmailIntakeAddressUpdateInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EmailIntakeAddressUpdateInput
impl<'de> Deserialize<'de> for EmailIntakeAddressUpdateInput
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 EmailIntakeAddressUpdateInput
impl RefUnwindSafe for EmailIntakeAddressUpdateInput
impl Send for EmailIntakeAddressUpdateInput
impl Sync for EmailIntakeAddressUpdateInput
impl Unpin for EmailIntakeAddressUpdateInput
impl UnwindSafe for EmailIntakeAddressUpdateInput
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