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