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