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