pub struct WebhookMessageReference {
pub message_id: Snowflake,
}Expand description
Message to reply to when executing a webhook.
Fields§
§message_id: SnowflakeTrait Implementations§
Source§impl Clone for WebhookMessageReference
impl Clone for WebhookMessageReference
Source§fn clone(&self) -> WebhookMessageReference
fn clone(&self) -> WebhookMessageReference
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 WebhookMessageReference
impl Debug for WebhookMessageReference
Source§impl Default for WebhookMessageReference
impl Default for WebhookMessageReference
Source§fn default() -> WebhookMessageReference
fn default() -> WebhookMessageReference
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebhookMessageReference
impl RefUnwindSafe for WebhookMessageReference
impl Send for WebhookMessageReference
impl Sync for WebhookMessageReference
impl Unpin for WebhookMessageReference
impl UnsafeUnpin for WebhookMessageReference
impl UnwindSafe for WebhookMessageReference
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