Enum a2::client::Endpoint[][src]

pub enum Endpoint {
    Production,
    Sandbox,
}

The APNs service endpoint to connect.

Variants

The production environment (api.push.apple.com)

The development/test environment (api.development.push.apple.com)

Trait Implementations

impl Debug for Endpoint
[src]

Formats the value using the given formatter. Read more

impl Clone for Endpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Endpoint
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Endpoint

impl Sync for Endpoint