pub enum SearchMethod {
Search,
}Expand description
Method identifiers from the search module, for use by rate_limit_status.
Variants§
Search
search::search
Trait Implementations§
Source§impl Debug for SearchMethod
impl Debug for SearchMethod
Source§impl Hash for SearchMethod
impl Hash for SearchMethod
Source§impl PartialEq for SearchMethod
impl PartialEq for SearchMethod
impl Eq for SearchMethod
impl StructuralPartialEq for SearchMethod
Auto Trait Implementations§
impl Freeze for SearchMethod
impl RefUnwindSafe for SearchMethod
impl Send for SearchMethod
impl Sync for SearchMethod
impl Unpin for SearchMethod
impl UnwindSafe for SearchMethod
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.