Struct serenity::model::RoleId [] [src]

pub struct RoleId(pub u64);

An identifier for a Role

Methods

impl RoleId
[src]

Search the cache for the role.

Returns a Mention which will ping members of the role.

impl RoleId
[src]

Retrieves the time that the Id was created at.

Trait Implementations

impl From<Role> for RoleId
[src]

Gets the Id of a Role.

impl Mentionable for RoleId
[src]

impl Copy for RoleId
[src]

impl Clone for RoleId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RoleId
[src]

Formats the value using the given formatter.

impl Eq for RoleId
[src]

impl Hash for RoleId
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl PartialOrd for RoleId
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for RoleId
[src]

This method returns an Ordering between self and other. Read more

impl Display for RoleId
[src]

Formats the value using the given formatter.

impl From<u64> for RoleId
[src]

Performs the conversion.

impl PartialEq for RoleId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialEq<u64> for RoleId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.