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