[][src]Struct narwhalol::dto::ddragon::ChampionBlockData

pub struct ChampionBlockData {
    pub type_field: String,
    pub rec_math: Option<bool>,
    pub rec_steps: Option<bool>,
    pub min_summoner_level: Option<i64>,
    pub max_summoner_level: Option<i64>,
    pub show_if_summoner_spell: Option<String>,
    pub hide_if_summoner_spell: Option<String>,
    pub append_after_section: Option<String>,
    pub visible_with_all_of: Vec<String>,
    pub hidden_with_any_of: Vec<String>,
    pub items: Vec<ChampionItemData>,
}

Fields

type_field: Stringrec_math: Option<bool>rec_steps: Option<bool>min_summoner_level: Option<i64>max_summoner_level: Option<i64>show_if_summoner_spell: Option<String>hide_if_summoner_spell: Option<String>append_after_section: Option<String>visible_with_all_of: Vec<String>hidden_with_any_of: Vec<String>items: Vec<ChampionItemData>

Trait Implementations

impl Clone for ChampionBlockData[src]

impl PartialEq<ChampionBlockData> for ChampionBlockData[src]

impl Debug for ChampionBlockData[src]

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

Auto Trait Implementations

Blanket Implementations

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> From<T> for T[src]

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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]