Struct hyper_scripter::query::DefaultListQueryHandler
source · pub struct DefaultListQueryHandler;Trait Implementations§
source§impl ListQueryHandler for DefaultListQueryHandler
impl ListQueryHandler for DefaultListQueryHandler
type Item = ListQuery
async fn handle_query<'a>( &mut self, query: ScriptQuery, repo: &'a mut ScriptRepo ) -> Result<Option<RepoEntry<'a>>>
fn handle_item(&mut self, item: Self::Item) -> Option<ListQuery>
fn should_raise_dont_fuzz_on_empty() -> bool
fn should_return_all_on_empty() -> bool
Auto Trait Implementations§
impl RefUnwindSafe for DefaultListQueryHandler
impl Send for DefaultListQueryHandler
impl Sync for DefaultListQueryHandler
impl Unpin for DefaultListQueryHandler
impl UnwindSafe for DefaultListQueryHandler
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