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