pub struct pinIssue;
Trait Implementations§
Source§impl HasArgument<input> for pinIssue
impl HasArgument<input> for pinIssue
Source§type ArgumentType = PinIssueInput
type ArgumentType = PinIssueInput
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for pinIssue
impl RefUnwindSafe for pinIssue
impl Send for pinIssue
impl Sync for pinIssue
impl Unpin for pinIssue
impl UnwindSafe for pinIssue
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