[][src]Struct twilight_model::guild::audit_log::AuditLogOptionalEntryInfo

pub struct AuditLogOptionalEntryInfo {
    pub channel_id: Option<ChannelId>,
    pub count: Option<String>,
    pub delete_member_days: Option<String>,
    pub id: Option<GenericId>,
    pub kind: Option<String>,
    pub member_id: Option<UserId>,
    pub members_removed: Option<String>,
    pub message_id: Option<MessageId>,
    pub role_name: Option<String>,
}

Fields

channel_id: Option<ChannelId>count: Option<String>delete_member_days: Option<String>id: Option<GenericId>kind: Option<String>member_id: Option<UserId>members_removed: Option<String>message_id: Option<MessageId>role_name: Option<String>

Trait Implementations

impl Clone for AuditLogOptionalEntryInfo[src]

impl Debug for AuditLogOptionalEntryInfo[src]

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

impl Eq for AuditLogOptionalEntryInfo[src]

impl Hash for AuditLogOptionalEntryInfo[src]

impl PartialEq<AuditLogOptionalEntryInfo> for AuditLogOptionalEntryInfo[src]

impl Serialize for AuditLogOptionalEntryInfo[src]

impl StructuralEq for AuditLogOptionalEntryInfo[src]

impl StructuralPartialEq for AuditLogOptionalEntryInfo[src]

Auto Trait Implementations

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<T> From<T> for T[src]

impl<T> Instrument for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.