pub struct removedLabelIds;Trait Implementations§
Source§impl Field for removedLabelIds
impl Field for removedLabelIds
impl HasInputField<removedLabelIds, Option<Vec<String>>> for IssueUpdateInput
Auto Trait Implementations§
impl Freeze for removedLabelIds
impl RefUnwindSafe for removedLabelIds
impl Send for removedLabelIds
impl Sync for removedLabelIds
impl Unpin for removedLabelIds
impl UnwindSafe for removedLabelIds
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