pub struct MultiClientIdInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiClientIdInput
impl HasInputField<enableTotal, Option<bool>> for MultiClientIdInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiClientIdInput
impl HasInputField<terms, Option<JSON>> for MultiClientIdInput
impl InputObjectMarker for MultiClientIdInput
Auto Trait Implementations§
impl Freeze for MultiClientIdInput
impl RefUnwindSafe for MultiClientIdInput
impl Send for MultiClientIdInput
impl Sync for MultiClientIdInput
impl Unpin for MultiClientIdInput
impl UnwindSafe for MultiClientIdInput
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