Enum fcm::RetryAfter [] [src]

pub enum RetryAfter {
    Delay(Duration),
    DateTime(DateTime<FixedOffset>),
}

Variants

Methods

impl RetryAfter
[src]

[src]

Trait Implementations

impl PartialEq for RetryAfter
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for RetryAfter
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RetryAfter

impl Sync for RetryAfter