[][src]Struct stcloud::models::AlertNotificationRequest

pub struct AlertNotificationRequest { /* fields omitted */ }

Implementations

impl AlertNotificationRequest[src]

pub fn new() -> AlertNotificationRequest[src]

pub fn set_default_interval(&mut self, default_interval: i64)[src]

pub fn with_default_interval(
    self,
    default_interval: i64
) -> AlertNotificationRequest
[src]

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

pub fn reset_default_interval(&mut self)[src]

pub fn set_end(&mut self, end: String)[src]

pub fn with_end(self, end: String) -> AlertNotificationRequest[src]

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

pub fn reset_end(&mut self)[src]

pub fn set_interval(&mut self, interval: String)[src]

pub fn with_interval(self, interval: String) -> AlertNotificationRequest[src]

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

pub fn reset_interval(&mut self)[src]

pub fn set_start(&mut self, start: String)[src]

pub fn with_start(self, start: String) -> AlertNotificationRequest[src]

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

pub fn reset_start(&mut self)[src]

Trait Implementations

impl Debug for AlertNotificationRequest[src]

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

impl Serialize for AlertNotificationRequest[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.