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