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