[][src]Struct twilight_model::id::RoleId

pub struct RoleId(pub u64);

Trait Implementations

impl Clone for RoleId[src]

impl Copy for RoleId[src]

impl Debug for RoleId[src]

impl Default for RoleId[src]

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

impl Display for RoleId[src]

impl Eq for RoleId[src]

impl From<u64> for RoleId[src]

impl Hash for RoleId[src]

impl<'_> Key<'_, RoleId> for Role[src]

impl Ord for RoleId[src]

impl PartialEq<RoleId> for RoleId[src]

impl PartialOrd<RoleId> for RoleId[src]

impl Serialize for RoleId[src]

impl StructuralEq for RoleId[src]

impl StructuralPartialEq for RoleId[src]

Auto Trait Implementations

impl RefUnwindSafe for RoleId

impl Send for RoleId

impl Sync for RoleId

impl Unpin for RoleId

impl UnwindSafe for RoleId

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> Instrument 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> ToString for T where
    T: Display + ?Sized
[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.