pub struct ContactCreateInput;Trait Implementations§
impl HasInputField<browser, Option<String>> for ContactCreateInput
impl HasInputField<clientVersion, Option<String>> for ContactCreateInput
impl HasInputField<device, Option<String>> for ContactCreateInput
impl HasInputField<disappointmentRating, Option<i32>> for ContactCreateInput
impl HasInputField<message, String> for ContactCreateInput
impl HasInputField<operatingSystem, Option<String>> for ContactCreateInput
impl HasInputField<type, String> for ContactCreateInput
impl InputObjectMarker for ContactCreateInput
Auto Trait Implementations§
impl Freeze for ContactCreateInput
impl RefUnwindSafe for ContactCreateInput
impl Send for ContactCreateInput
impl Sync for ContactCreateInput
impl Unpin for ContactCreateInput
impl UnwindSafe for ContactCreateInput
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