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