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