Struct rusoto_workdocs::Subscription[][src]

pub struct Subscription {
    pub end_point: Option<String>,
    pub protocol: Option<String>,
    pub subscription_id: Option<String>,
}

Describes a subscription.

Fields

The endpoint of the subscription.

The protocol of the subscription.

The ID of the subscription.

Trait Implementations

impl Default for Subscription
[src]

Returns the "default value" for a type. Read more

impl Debug for Subscription
[src]

Formats the value using the given formatter. Read more

impl Clone for Subscription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Subscription
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations