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