[][src]Struct aoaddons::photon_messages::Items

pub struct Items {
    pub weapon: Option<String>,
    pub offhand: Option<String>,
    pub helmet: Option<String>,
    pub armor: Option<String>,
    pub boots: Option<String>,
    pub bag: Option<String>,
    pub cape: Option<String>,
    pub mount: Option<String>,
    pub potion: Option<String>,
    pub food: Option<String>,
}

Player inventory items

Fields

weapon: Option<String>offhand: Option<String>helmet: Option<String>armor: Option<String>boots: Option<String>bag: Option<String>cape: Option<String>mount: Option<String>potion: Option<String>food: Option<String>

Trait Implementations

impl Clone for Items[src]

impl Debug for Items[src]

impl Default for Items[src]

impl From<Vec<u32>> for Items[src]

impl PartialEq<Items> for Items[src]

impl StructuralPartialEq for Items[src]

Auto Trait Implementations

impl RefUnwindSafe for Items

impl Send for Items

impl Sync for Items

impl Unpin for Items

impl UnwindSafe for Items

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