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