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