Struct krecik::checks::pongo::PongoCheck[][src]

pub struct PongoCheck {
    pub data: PongoHostData,
    pub client: Option<String>,
    pub active: Option<bool>,
    pub options: Option<PageOptions>,
    pub notifier: Option<String>,
    pub domains: Option<Domains>,
    pub pages: Option<Pages>,
}

Remote structure that will be loaded as GenCheck:

Fields

data: PongoHostData

Client data:

client: Option<String>

Client name:

active: Option<bool>

Client is active?:

options: Option<PageOptions>

Curl options:

notifier: Option<String>

Notifier id

domains: Option<Domains>

Domains to check

pages: Option<Pages>

Pages to check

Trait Implementations

impl Clone for PongoCheck[src]

impl Debug for PongoCheck[src]

impl Default for PongoCheck[src]

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

impl Serialize for PongoCheck[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> Pointable for T

type Init = T

The type for initializers.

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,