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