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