pub struct IntegrationsSettings {Show 17 fields
pub id: Option<String>,
pub created_at: Option<DateTime<Utc>>,
pub updated_at: Option<DateTime<Utc>>,
pub archived_at: Option<DateTime<Utc>>,
pub context_view_type: Option<ContextViewType>,
pub slack_issue_created: Option<bool>,
pub slack_issue_new_comment: Option<bool>,
pub slack_issue_status_changed_done: Option<bool>,
pub slack_issue_added_to_view: Option<bool>,
pub slack_issue_status_changed_all: Option<bool>,
pub slack_project_update_created: Option<bool>,
pub slack_project_update_created_to_team: Option<bool>,
pub slack_project_update_created_to_workspace: Option<bool>,
pub slack_initiative_update_created: Option<bool>,
pub slack_issue_added_to_triage: Option<bool>,
pub slack_issue_sla_high_risk: Option<bool>,
pub slack_issue_sla_breached: Option<bool>,
}Fields§
§id: Option<String>§created_at: Option<DateTime<Utc>>§updated_at: Option<DateTime<Utc>>§archived_at: Option<DateTime<Utc>>§context_view_type: Option<ContextViewType>§slack_issue_created: Option<bool>§slack_issue_new_comment: Option<bool>§slack_issue_status_changed_done: Option<bool>§slack_issue_added_to_view: Option<bool>§slack_issue_status_changed_all: Option<bool>§slack_project_update_created: Option<bool>§slack_project_update_created_to_team: Option<bool>§slack_project_update_created_to_workspace: Option<bool>§slack_initiative_update_created: Option<bool>§slack_issue_added_to_triage: Option<bool>§slack_issue_sla_high_risk: Option<bool>§slack_issue_sla_breached: Option<bool>Trait Implementations§
Source§impl Clone for IntegrationsSettings
impl Clone for IntegrationsSettings
Source§fn clone(&self) -> IntegrationsSettings
fn clone(&self) -> IntegrationsSettings
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 Debug for IntegrationsSettings
impl Debug for IntegrationsSettings
Source§impl Default for IntegrationsSettings
impl Default for IntegrationsSettings
Source§fn default() -> IntegrationsSettings
fn default() -> IntegrationsSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IntegrationsSettingswhere
IntegrationsSettings: Default,
impl<'de> Deserialize<'de> for IntegrationsSettingswhere
IntegrationsSettings: Default,
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 IntegrationsSettings
impl RefUnwindSafe for IntegrationsSettings
impl Send for IntegrationsSettings
impl Sync for IntegrationsSettings
impl Unpin for IntegrationsSettings
impl UnwindSafe for IntegrationsSettings
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