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