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