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