pub struct IntegrationCustomerDataAttributesRefreshInput;Trait Implementations§
impl HasInputField<service, String> for IntegrationCustomerDataAttributesRefreshInput
impl InputObjectMarker for IntegrationCustomerDataAttributesRefreshInput
Auto Trait Implementations§
impl Freeze for IntegrationCustomerDataAttributesRefreshInput
impl RefUnwindSafe for IntegrationCustomerDataAttributesRefreshInput
impl Send for IntegrationCustomerDataAttributesRefreshInput
impl Sync for IntegrationCustomerDataAttributesRefreshInput
impl Unpin for IntegrationCustomerDataAttributesRefreshInput
impl UnwindSafe for IntegrationCustomerDataAttributesRefreshInput
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