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