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