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