[][src]Struct esl::Skills

pub struct Skills {
    pub block: u8,
    pub armorer: u8,
    pub medium_armor: u8,
    pub heavy_armor: u8,
    pub blunt_weapon: u8,
    pub long_blade: u8,
    pub axe: u8,
    pub spear: u8,
    pub athletics: u8,
    pub enchant: u8,
    pub destruction: u8,
    pub alteration: u8,
    pub illusion: u8,
    pub conjuration: u8,
    pub mysticism: u8,
    pub restoration: u8,
    pub alchemy: u8,
    pub unarmored: u8,
    pub security: u8,
    pub sneak: u8,
    pub acrobatics: u8,
    pub light_armor: u8,
    pub short_blade: u8,
    pub marksman: u8,
    pub mercantile: u8,
    pub speechcraft: u8,
    pub hand_to_hand: u8,
}

Fields

block: u8armorer: u8medium_armor: u8heavy_armor: u8blunt_weapon: u8long_blade: u8axe: u8spear: u8athletics: u8enchant: u8destruction: u8alteration: u8illusion: u8conjuration: u8mysticism: u8restoration: u8alchemy: u8unarmored: u8security: u8sneak: u8acrobatics: u8light_armor: u8short_blade: u8marksman: u8mercantile: u8speechcraft: u8hand_to_hand: u8

Trait Implementations

impl Clone for Skills[src]

impl Debug for Skills[src]

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

impl Eq for Skills[src]

impl Index<Skill> for Skills[src]

type Output = u8

The returned type after indexing.

impl IndexMut<Skill> for Skills[src]

impl PartialEq<Skills> for Skills[src]

impl Serialize for Skills[src]

impl StructuralEq for Skills[src]

impl StructuralPartialEq for Skills[src]

Auto Trait Implementations

impl RefUnwindSafe for Skills

impl Send for Skills

impl Sync for Skills

impl Unpin for Skills

impl UnwindSafe for Skills

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<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.