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