pub struct distinctId;Trait Implementations§
Source§impl Field for distinctId
impl Field for distinctId
impl HasInputField<distinctId, Option<String>> for ContactSalesCreateInput
Auto Trait Implementations§
impl Freeze for distinctId
impl RefUnwindSafe for distinctId
impl Send for distinctId
impl Sync for distinctId
impl Unpin for distinctId
impl UnwindSafe for distinctId
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