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