pub struct InstagramWebhookEntry {
pub id: String,
pub time: i64,
pub messaging: Vec<InstagramMessaging>,
}Fields§
§id: String§time: i64§messaging: Vec<InstagramMessaging>Trait Implementations§
Source§impl Debug for InstagramWebhookEntry
impl Debug for InstagramWebhookEntry
Source§impl<'de> Deserialize<'de> for InstagramWebhookEntry
impl<'de> Deserialize<'de> for InstagramWebhookEntry
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 InstagramWebhookEntry
impl RefUnwindSafe for InstagramWebhookEntry
impl Send for InstagramWebhookEntry
impl Sync for InstagramWebhookEntry
impl Unpin for InstagramWebhookEntry
impl UnwindSafe for InstagramWebhookEntry
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