pub struct parentId;Trait Implementations§
impl HasInputField<parentId, Option<String>> for IssueCreateInput
Auto Trait Implementations§
impl Freeze for parentId
impl RefUnwindSafe for parentId
impl Send for parentId
impl Sync for parentId
impl Unpin for parentId
impl UnwindSafe for parentId
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