[][src]Struct stcloud::models::ServiceIntegration

pub struct ServiceIntegration { /* fields omitted */ }

Implementations

impl ServiceIntegration[src]

pub fn new() -> ServiceIntegration[src]

pub fn set_app_type_id(&mut self, app_type_id: i64)[src]

pub fn with_app_type_id(self, app_type_id: i64) -> ServiceIntegration[src]

pub fn app_type_id(&self) -> Option<&i64>[src]

pub fn reset_app_type_id(&mut self)[src]

pub fn set_app_type_name(&mut self, app_type_name: String)[src]

pub fn with_app_type_name(self, app_type_name: String) -> ServiceIntegration[src]

pub fn app_type_name(&self) -> Option<&String>[src]

pub fn reset_app_type_name(&mut self)[src]

pub fn set_display_name(&mut self, display_name: String)[src]

pub fn with_display_name(self, display_name: String) -> ServiceIntegration[src]

pub fn display_name(&self) -> Option<&String>[src]

pub fn reset_display_name(&mut self)[src]

pub fn set_enabled(&mut self, enabled: bool)[src]

pub fn with_enabled(self, enabled: bool) -> ServiceIntegration[src]

pub fn enabled(&self) -> Option<&bool>[src]

pub fn reset_enabled(&mut self)[src]

pub fn set_external_product_id(&mut self, external_product_id: i64)[src]

pub fn with_external_product_id(
    self,
    external_product_id: i64
) -> ServiceIntegration
[src]

pub fn external_product_id(&self) -> Option<&i64>[src]

pub fn reset_external_product_id(&mut self)[src]

pub fn set_external_product_name(&mut self, external_product_name: String)[src]

pub fn with_external_product_name(
    self,
    external_product_name: String
) -> ServiceIntegration
[src]

pub fn external_product_name(&self) -> Option<&String>[src]

pub fn reset_external_product_name(&mut self)[src]

pub fn set_id(&mut self, id: i64)[src]

pub fn with_id(self, id: i64) -> ServiceIntegration[src]

pub fn id(&self) -> Option<&i64>[src]

pub fn reset_id(&mut self)[src]

pub fn set_integration_type(&mut self, integration_type: String)[src]

pub fn with_integration_type(
    self,
    integration_type: String
) -> ServiceIntegration
[src]

pub fn integration_type(&self) -> Option<&String>[src]

pub fn reset_integration_type(&mut self)[src]

pub fn set_ordinal(&mut self, ordinal: i32)[src]

pub fn with_ordinal(self, ordinal: i32) -> ServiceIntegration[src]

pub fn ordinal(&self) -> Option<&i32>[src]

pub fn reset_ordinal(&mut self)[src]

pub fn set_parent_integration_id(&mut self, parent_integration_id: i64)[src]

pub fn with_parent_integration_id(
    self,
    parent_integration_id: i64
) -> ServiceIntegration
[src]

pub fn parent_integration_id(&self) -> Option<&i64>[src]

pub fn reset_parent_integration_id(&mut self)[src]

pub fn set_sematext_service(&mut self, sematext_service: String)[src]

pub fn with_sematext_service(
    self,
    sematext_service: String
) -> ServiceIntegration
[src]

pub fn sematext_service(&self) -> Option<&String>[src]

pub fn reset_sematext_service(&mut self)[src]

pub fn set_visible(&mut self, visible: bool)[src]

pub fn with_visible(self, visible: bool) -> ServiceIntegration[src]

pub fn visible(&self) -> Option<&bool>[src]

pub fn reset_visible(&mut self)[src]

Trait Implementations

impl Debug for ServiceIntegration[src]

impl<'de> Deserialize<'de> for ServiceIntegration[src]

impl Serialize for ServiceIntegration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.