[][src]Struct genie_dat::CivilizationID

pub struct CivilizationID(_);

An ID identifying a civilization

Trait Implementations

impl Clone for CivilizationID[src]

impl Copy for CivilizationID[src]

impl Debug for CivilizationID[src]

impl Default for CivilizationID[src]

impl Eq for CivilizationID[src]

impl From<CivilizationID> for u8[src]

impl From<CivilizationID> for u16[src]

impl From<CivilizationID> for u32[src]

impl From<CivilizationID> for usize[src]

impl From<u8> for CivilizationID[src]

impl PartialEq<CivilizationID> for CivilizationID[src]

impl StructuralEq for CivilizationID[src]

impl StructuralPartialEq for CivilizationID[src]

impl TryFrom<CivilizationID> for i16[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl TryFrom<CivilizationID> for i32[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl TryFrom<i16> for CivilizationID[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

impl TryFrom<i32> for CivilizationID[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

impl TryFrom<i8> for CivilizationID[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

impl TryFrom<u16> for CivilizationID[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

impl TryFrom<u32> for CivilizationID[src]

type Error = TryFromIntError

The type returned in the event of a conversion error.

Auto Trait Implementations

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.