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