pub struct DocumentChildWebhookPayload;Trait Implementations§
Source§impl HasField<id> for DocumentChildWebhookPayload
impl HasField<id> for DocumentChildWebhookPayload
Source§impl HasField<initiative> for DocumentChildWebhookPayload
impl HasField<initiative> for DocumentChildWebhookPayload
Source§type Type = Option<InitiativeChildWebhookPayload>
type Type = Option<InitiativeChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<project> for DocumentChildWebhookPayload
impl HasField<project> for DocumentChildWebhookPayload
Source§type Type = Option<ProjectChildWebhookPayload>
type Type = Option<ProjectChildWebhookPayload>
The schema marker type of this field.
Source§impl HasField<title> for DocumentChildWebhookPayload
impl HasField<title> for DocumentChildWebhookPayload
Auto Trait Implementations§
impl Freeze for DocumentChildWebhookPayload
impl RefUnwindSafe for DocumentChildWebhookPayload
impl Send for DocumentChildWebhookPayload
impl Sync for DocumentChildWebhookPayload
impl Unpin for DocumentChildWebhookPayload
impl UnwindSafe for DocumentChildWebhookPayload
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