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