pub struct WebhookPongV1 {
pub ping: WebhookPongV1PingPong,
}Expand description
Webhook pong response.
Fields§
§ping: WebhookPongV1PingPongPing response message.
Trait Implementations§
Source§impl Clone for WebhookPongV1
impl Clone for WebhookPongV1
Source§fn clone(&self) -> WebhookPongV1
fn clone(&self) -> WebhookPongV1
Returns a duplicate of the value. Read more
1.0.0 · 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 WebhookPongV1
impl Debug for WebhookPongV1
Source§impl<'de> Deserialize<'de> for WebhookPongV1
impl<'de> Deserialize<'de> for WebhookPongV1
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
Source§impl PartialEq for WebhookPongV1
impl PartialEq for WebhookPongV1
Source§impl Serialize for WebhookPongV1
impl Serialize for WebhookPongV1
impl StructuralPartialEq for WebhookPongV1
Auto Trait Implementations§
impl Freeze for WebhookPongV1
impl RefUnwindSafe for WebhookPongV1
impl Send for WebhookPongV1
impl Sync for WebhookPongV1
impl Unpin for WebhookPongV1
impl UnwindSafe for WebhookPongV1
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