[−][src]Struct automate::models::Guild
Fields
id: u64
name: String
icon: Nullable<String>
splash: Nullable<String>
owner: Option<bool>
owner_id: u64
permissions: Option<u32>
region: String
afk_channel_id: Nullable<u64>
afk_timeout: i32
embed_enabled: Option<bool>
embed_channel_id: Option<u64>
verification_level: VerificationLevel
default_message_notifications: DefaultMessageNotificationLevel
explicit_content_filter: ExplicitContentFilterLevel
roles: Vec<Role>
emojis: Vec<Emoji>
features: Vec<GuildFeature>
mfa_level: MFALevel
application_id: Nullable<u64>
widget_enabled: Option<bool>
widget_channel_id: Option<u64>
system_channel_id: Nullable<u64>
joined_at: Option<String>
large: Option<bool>
member_count: Option<i32>
voice_states: Option<Vec<PartialVoiceState>>
members: Option<Vec<GuildMember>>
channels: Option<Vec<Channel>>
presences: Option<Vec<PartialPresenceUpdate>>
max_presences: Option<Nullable<i32>>
max_members: Option<i32>
vanity_url_code: Nullable<String>
description: Nullable<String>
preferred_locale: String
Trait Implementations
Auto Trait Implementations
impl Send for Guild
impl Sync for Guild
impl Unpin for Guild
impl UnwindSafe for Guild
impl RefUnwindSafe for Guild
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> From<T> for 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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,