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