[−][src]Struct stcloud::models::ServiceIntegration
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]
self,
external_product_id: i64
) -> ServiceIntegration
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]
self,
external_product_name: String
) -> ServiceIntegration
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]
self,
integration_type: String
) -> ServiceIntegration
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]
self,
parent_integration_id: i64
) -> ServiceIntegration
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]
self,
sematext_service: String
) -> ServiceIntegration
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]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for ServiceIntegration[src]
Auto Trait Implementations
impl RefUnwindSafe for ServiceIntegration
impl Send for ServiceIntegration
impl Sync for ServiceIntegration
impl Unpin for ServiceIntegration
impl UnwindSafe for ServiceIntegration
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,