[][src]Struct dofus_stuff::dofapi::CaracLines

pub struct CaracLines(_);

Methods

impl CaracLines[src]

pub fn as_map(&self) -> &HashMap<CaracKind, RangeInclusive<i16>>[src]

Use the carac lines as a map

pub fn is_stronger_than(&self, other: &Self) -> bool[src]

Check if this item's statistics are greater than or equal to another item. This is essentialy usefull to fix trophy conditions.

Trait Implementations

impl Default for CaracLines[src]

impl Clone for CaracLines[src]

impl From<HashMap<CaracKind, RangeInclusive<i16>, RandomState>> for CaracLines[src]

impl From<CaracLines> for HashMap<CaracKind, RangeInclusive<i16>>[src]

impl Debug for CaracLines[src]

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

Auto Trait Implementations

impl Send for CaracLines

impl Unpin for CaracLines

impl Sync for CaracLines

impl UnwindSafe for CaracLines

impl RefUnwindSafe for CaracLines

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

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> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<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]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,