pub struct integrationGong;Trait Implementations§
Source§impl Field for integrationGong
impl Field for integrationGong
Source§impl HasArgument<code> for integrationGong
impl HasArgument<code> for integrationGong
Source§impl HasArgument<redirectUri> for integrationGong
impl HasArgument<redirectUri> for integrationGong
Source§impl HasField<integrationGong> for Mutation
impl HasField<integrationGong> for Mutation
Source§type Type = IntegrationPayload
type Type = IntegrationPayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for integrationGong
impl RefUnwindSafe for integrationGong
impl Send for integrationGong
impl Sync for integrationGong
impl Unpin for integrationGong
impl UnwindSafe for integrationGong
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