[][src]Struct lavalink_rs::model::GuildId

pub struct GuildId(pub u64);

Implementations

impl GuildId[src]

pub fn to_serenity(&self) -> SerenityGuildId[src]

pub fn as_u64(&self) -> &u64[src]

pub fn as_mut_u64(&mut self) -> &mut u64[src]

Trait Implementations

impl Clone for GuildId[src]

impl Copy for GuildId[src]

impl Debug for GuildId[src]

impl Default for GuildId[src]

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

impl Display for GuildId[src]

impl Eq for GuildId[src]

impl From<GuildId> for GuildId[src]

impl From<i64> for GuildId[src]

impl From<u64> for GuildId[src]

impl Hash for GuildId[src]

impl PartialEq<GuildId> for GuildId[src]

impl Serialize for GuildId[src]

impl StructuralEq for GuildId[src]

impl StructuralPartialEq for GuildId[src]

Auto Trait Implementations

impl RefUnwindSafe for GuildId

impl Send for GuildId

impl Sync for GuildId

impl Unpin for GuildId

impl UnwindSafe for GuildId

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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.

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