pub struct SingleClientIdInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleClientIdInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleClientIdInput
impl HasInputField<selector, Option<SelectorInput>> for SingleClientIdInput
impl InputObjectMarker for SingleClientIdInput
Auto Trait Implementations§
impl Freeze for SingleClientIdInput
impl RefUnwindSafe for SingleClientIdInput
impl Send for SingleClientIdInput
impl Sync for SingleClientIdInput
impl Unpin for SingleClientIdInput
impl UnwindSafe for SingleClientIdInput
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