pub struct InitiativeUpdateWebhookPayload;Trait Implementations§
Source§impl HasField<id> for InitiativeUpdateWebhookPayload
impl HasField<id> for InitiativeUpdateWebhookPayload
Source§impl HasField<initiative> for InitiativeUpdateWebhookPayload
impl HasField<initiative> for InitiativeUpdateWebhookPayload
Source§type Type = InitiativeChildWebhookPayload
type Type = InitiativeChildWebhookPayload
The schema marker type of this field.
Source§impl HasField<reactionData> for InitiativeUpdateWebhookPayload
impl HasField<reactionData> for InitiativeUpdateWebhookPayload
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<url> for InitiativeUpdateWebhookPayload
impl HasField<url> for InitiativeUpdateWebhookPayload
Source§impl HasField<user> for InitiativeUpdateWebhookPayload
impl HasField<user> for InitiativeUpdateWebhookPayload
Source§type Type = UserChildWebhookPayload
type Type = UserChildWebhookPayload
The schema marker type of this field.
impl HasSubtype<InitiativeUpdateWebhookPayload> for DataWebhookPayload
Auto Trait Implementations§
impl Freeze for InitiativeUpdateWebhookPayload
impl RefUnwindSafe for InitiativeUpdateWebhookPayload
impl Send for InitiativeUpdateWebhookPayload
impl Sync for InitiativeUpdateWebhookPayload
impl Unpin for InitiativeUpdateWebhookPayload
impl UnwindSafe for InitiativeUpdateWebhookPayload
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