Struct expo_server_sdk::PushToken[][src]

pub struct PushToken(_);

A PushToken must be of the format ExpoPushToken[xxx] or ExponentPushToken[xxx].

Trait Implementations

impl Debug for PushToken
[src]

Formats the value using the given formatter. Read more

impl Clone for PushToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for PushToken
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

Auto Trait Implementations

impl Send for PushToken

impl Sync for PushToken