pub struct GetAuditLogParams {
pub user_id: Option<Snowflake>,
pub action_type: Option<u8>,
pub before: Option<Snowflake>,
pub after: Option<Snowflake>,
pub limit: Option<u32>,
}Fields§
§user_id: Option<Snowflake>§action_type: Option<u8>§before: Option<Snowflake>§after: Option<Snowflake>§limit: Option<u32>Trait Implementations§
Source§impl Debug for GetAuditLogParams
impl Debug for GetAuditLogParams
Source§impl Default for GetAuditLogParams
impl Default for GetAuditLogParams
Source§fn default() -> GetAuditLogParams
fn default() -> GetAuditLogParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetAuditLogParams
impl RefUnwindSafe for GetAuditLogParams
impl Send for GetAuditLogParams
impl Sync for GetAuditLogParams
impl Unpin for GetAuditLogParams
impl UnwindSafe for GetAuditLogParams
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