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