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