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