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