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