pub struct WebhookContact {
pub wa_id: String,
pub profile: ContactProfile,
}Fields§
§wa_id: String§profile: ContactProfileTrait Implementations§
Source§impl Debug for WebhookContact
impl Debug for WebhookContact
Source§impl<'de> Deserialize<'de> for WebhookContact
impl<'de> Deserialize<'de> for WebhookContact
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 WebhookContact
impl RefUnwindSafe for WebhookContact
impl Send for WebhookContact
impl Sync for WebhookContact
impl Unpin for WebhookContact
impl UnwindSafe for WebhookContact
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