pub struct AuditLogWebhook {
pub id: Snowflake,
pub kind: Option<u8>,
pub guild_id: Option<Snowflake>,
pub channel_id: Option<Snowflake>,
pub name: String,
pub avatar_hash: Option<String>,
}Fields§
§id: Snowflake§kind: Option<u8>§guild_id: Option<Snowflake>§channel_id: Option<Snowflake>§name: String§avatar_hash: Option<String>Trait Implementations§
Source§impl Clone for AuditLogWebhook
impl Clone for AuditLogWebhook
Source§fn clone(&self) -> AuditLogWebhook
fn clone(&self) -> AuditLogWebhook
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuditLogWebhook
impl Debug for AuditLogWebhook
Source§impl<'de> Deserialize<'de> for AuditLogWebhook
impl<'de> Deserialize<'de> for AuditLogWebhook
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AuditLogWebhook
impl RefUnwindSafe for AuditLogWebhook
impl Send for AuditLogWebhook
impl Sync for AuditLogWebhook
impl Unpin for AuditLogWebhook
impl UnsafeUnpin for AuditLogWebhook
impl UnwindSafe for AuditLogWebhook
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