pub struct transferIssue;
Trait Implementations§
Source§impl Field for transferIssue
impl Field for transferIssue
Source§impl HasArgument<input> for transferIssue
impl HasArgument<input> for transferIssue
Source§type ArgumentType = TransferIssueInput
type ArgumentType = TransferIssueInput
The schema marker type of this argument.
Source§impl HasField<transferIssue> for Mutation
impl HasField<transferIssue> for Mutation
Source§type Type = Option<TransferIssuePayload>
type Type = Option<TransferIssuePayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for transferIssue
impl RefUnwindSafe for transferIssue
impl Send for transferIssue
impl Sync for transferIssue
impl Unpin for transferIssue
impl UnwindSafe for transferIssue
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