pub struct issueId;
Trait Implementations§
impl HasInputField<issueId, Id> for CreateLinkedBranchInput
Auto Trait Implementations§
impl Freeze for issueId
impl RefUnwindSafe for issueId
impl Send for issueId
impl Sync for issueId
impl Unpin for issueId
impl UnwindSafe for issueId
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