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