Struct steamidfx::id::Id32[][src]

pub struct Id32(pub String);

Steam Id 32. Example: STEAM_0:X:XXXXXXXX.

Trait Implementations

impl Clone for Id32[src]

impl Debug for Id32[src]

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

impl Eq for Id32[src]

impl Hash for Id32[src]

impl Ord for Id32[src]

impl PartialEq<Id32> for Id32[src]

impl PartialOrd<Id32> for Id32[src]

impl Serialize for Id32[src]

impl StructuralEq for Id32[src]

impl StructuralPartialEq for Id32[src]

impl TryFrom<Id3> for Id32[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Id32> for Id3[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Id32> for Id64[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Id64> for Id32[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl RefUnwindSafe for Id32

impl Send for Id32

impl Sync for Id32

impl Unpin for Id32

impl UnwindSafe for Id32

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: for<'de> 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.