pub struct EmptyQueryResponse;Expand description
EmptyQueryResponse message - response to an empty query string.
Implementations§
Trait Implementations§
Source§impl Clone for EmptyQueryResponse
impl Clone for EmptyQueryResponse
Source§fn clone(&self) -> EmptyQueryResponse
fn clone(&self) -> EmptyQueryResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EmptyQueryResponse
impl Debug for EmptyQueryResponse
impl Copy for EmptyQueryResponse
Auto Trait Implementations§
impl Freeze for EmptyQueryResponse
impl RefUnwindSafe for EmptyQueryResponse
impl Send for EmptyQueryResponse
impl Sync for EmptyQueryResponse
impl Unpin for EmptyQueryResponse
impl UnwindSafe for EmptyQueryResponse
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