[][src]Trait twitch_api_rs::values::FieldValue

pub trait FieldValue {
    fn field_name() -> &'static str;
}

Used to indicated that this type is used a field value

Required methods

fn field_name() -> &'static str

Get the commonly used name of a field of this type that twitch is expecting

Loading content...

Implementors

impl FieldValue for ClientId[src]

impl FieldValue for ClientSecret[src]

impl FieldValue for BroadcasterId[src]

impl FieldValue for BroadcasterLanguage[src]

impl FieldValue for BroadcasterName[src]

impl FieldValue for BroadcasterType[src]

impl FieldValue for BroadcasterViews[src]

impl FieldValue for ClipId[src]

impl FieldValue for ClipTitle[src]

impl FieldValue for ViewCount[src]

impl FieldValue for ExtensionId[src]

impl FieldValue for GameId[src]

impl FieldValue for GameName[src]

impl FieldValue for Count[src]

impl FieldValue for EndedAt[src]

impl FieldValue for ISOLanguage[src]

impl FieldValue for Pagination[src]

impl FieldValue for Period[src]

impl FieldValue for RFC3339Time[src]

impl FieldValue for StartedAt[src]

impl FieldValue for UserEmail[src]

impl FieldValue for UserId[src]

impl FieldValue for UserLogin[src]

impl FieldValue for UserName[src]

impl FieldValue for UserType[src]

impl FieldValue for VideoId[src]

impl FieldValue for VideoLanguage[src]

Loading content...