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