[][src]Enum toornament::CustomFieldType

pub enum CustomFieldType {
    SteamId,
    Birthdate,
    Facebook,
    Fullname,
    Instagram,
    Snapchat,
    Text,
    Twitch,
    Twitter,
    Vimeo,
    Website,
    Youtube,
}

A type of a participant's custom field

Variants

SteamId

Participant's steam id

Birthdate

Participant's birth date

Facebook

Participant's facebook page

Fullname

Participant's full name

Instagram

Participant's instagram page

Snapchat

Participant's snapchat

Text

Participant's text statement

Twitch

Participant's twitch stream

Twitter

Participant's twitter account

Vimeo

Participant's vimeo account

Website

Participant's website

Youtube

Participant's youtube channel

Trait Implementations

impl Clone for CustomFieldType[src]

impl Debug for CustomFieldType[src]

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

impl Eq for CustomFieldType[src]

impl Ord for CustomFieldType[src]

impl PartialEq<CustomFieldType> for CustomFieldType[src]

impl PartialOrd<CustomFieldType> for CustomFieldType[src]

impl Serialize for CustomFieldType[src]

impl StructuralEq for CustomFieldType[src]

impl StructuralPartialEq for CustomFieldType[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: Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

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.