pub struct GetAuditLogOptions { /* private fields */ }Implementations§
Source§impl GetAuditLogOptions
impl GetAuditLogOptions
Sourcepub fn action_type(self, event: GuildAuditLogEvent) -> Self
pub fn action_type(self, event: GuildAuditLogEvent) -> Self
Sets the action type of the audit logs being returned.
Trait Implementations§
Source§impl Debug for GetAuditLogOptions
impl Debug for GetAuditLogOptions
Source§impl Default for GetAuditLogOptions
impl Default for GetAuditLogOptions
Source§fn default() -> GetAuditLogOptions
fn default() -> GetAuditLogOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetAuditLogOptions
impl RefUnwindSafe for GetAuditLogOptions
impl Send for GetAuditLogOptions
impl Sync for GetAuditLogOptions
impl Unpin for GetAuditLogOptions
impl UnwindSafe for GetAuditLogOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more