[−][src]Struct twilight_cache_inmemory::model::CachedGuild
Fields
id: GuildId
afk_channel_id: Option<ChannelId>
afk_timeout: u64
application_id: Option<ApplicationId>
default_message_notifications: DefaultMessageNotificationLevel
description: Option<String>
discovery_splash: Option<String>
embed_channel_id: Option<ChannelId>
embed_enabled: Option<bool>
explicit_content_filter: ExplicitContentFilter
features: Vec<String>
icon: Option<String>
joined_at: Option<String>
large: bool
lazy: Option<bool>
max_members: Option<u64>
max_presences: Option<u64>
member_count: Option<u64>
mfa_level: MfaLevel
name: String
owner: Option<bool>
owner_id: UserId
permissions: Option<Permissions>
preferred_locale: String
region: String
rules_channel_id: Option<ChannelId>
splash: Option<String>
system_channel_id: Option<ChannelId>
system_channel_flags: SystemChannelFlags
verification_level: VerificationLevel
vanity_url_code: Option<String>
widget_channel_id: Option<ChannelId>
widget_enabled: Option<bool>
Trait Implementations
impl Clone for CachedGuild
[src]
fn clone(&self) -> CachedGuild
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for CachedGuild
[src]
impl Eq for CachedGuild
[src]
impl PartialEq<CachedGuild> for CachedGuild
[src]
fn eq(&self, other: &CachedGuild) -> bool
[src]
fn ne(&self, other: &CachedGuild) -> bool
[src]
impl StructuralEq for CachedGuild
[src]
impl StructuralPartialEq for CachedGuild
[src]
Auto Trait Implementations
impl RefUnwindSafe for CachedGuild
impl Send for CachedGuild
impl Sync for CachedGuild
impl Unpin for CachedGuild
impl UnwindSafe for CachedGuild
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,