Struct twilight_cache_inmemory::model::CachedMember [−][src]
pub struct CachedMember { /* fields omitted */ }Expand description
Represents a cached Member.
Implementations
When the user can resume communication in a guild again.
Checking if this value is Some is not enough to know if a used is currently
timed out as Discord doesn’t send any events when the timeout expires, and
therefore the cache is not updated accordingly. You should ensure that the
provided Timestamp is not in the past. See discord-api-docs#4269 for
more information.
Whether the member has not yet passed the guild’s Membership Screening requirements.
Timestamp of the date the member boosted the guild.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CachedMember
impl Send for CachedMember
impl Sync for CachedMember
impl Unpin for CachedMember
impl UnwindSafe for CachedMember
Blanket Implementations
Mutably borrows from an owned value. Read more
