pub struct suggestedLabelId;Trait Implementations§
Source§impl Field for suggestedLabelId
impl Field for suggestedLabelId
Source§impl HasField<suggestedLabelId> for IssueSuggestion
impl HasField<suggestedLabelId> for IssueSuggestion
Auto Trait Implementations§
impl Freeze for suggestedLabelId
impl RefUnwindSafe for suggestedLabelId
impl Send for suggestedLabelId
impl Sync for suggestedLabelId
impl Unpin for suggestedLabelId
impl UnwindSafe for suggestedLabelId
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