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