[][src]Struct spectacles_model::guild::GetAuditLogOptions

pub struct GetAuditLogOptions { /* fields omitted */ }

Methods

impl GetAuditLogOptions[src]

pub fn user_id(self, id: Snowflake) -> Self[src]

Sets the user ID to filter audit log entries by.

pub fn action_type(self, event: GuildAuditLogEvent) -> Self[src]

Sets the action type of the audit logs being returned.

pub fn before(self, id: Snowflake) -> Self[src]

Sets the entry ID to filter log entries before.

pub fn limit(self, num: i32) -> Self[src]

Sets the amount of audit log entries to be returned in the request.

Trait Implementations

impl Default for GetAuditLogOptions[src]

impl Debug for GetAuditLogOptions[src]

impl Serialize for GetAuditLogOptions[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.