pub struct IntegrationChildWebhookPayload;Trait Implementations§
Source§impl HasField<id> for IntegrationChildWebhookPayload
impl HasField<id> for IntegrationChildWebhookPayload
Auto Trait Implementations§
impl Freeze for IntegrationChildWebhookPayload
impl RefUnwindSafe for IntegrationChildWebhookPayload
impl Send for IntegrationChildWebhookPayload
impl Sync for IntegrationChildWebhookPayload
impl Unpin for IntegrationChildWebhookPayload
impl UnwindSafe for IntegrationChildWebhookPayload
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