pub enum ServiceMethod {
Terms,
Privacy,
Config,
RateLimitStatus,
VerifyTokens,
}Expand description
Method identifiers from the service module, for use by rate_limit_status. Also includes
verify_tokens from the egg-mode top-level methods.
Variants§
Terms
service::terms
Privacy
service::privacy
Config
service::config
RateLimitStatus
service::rate_limit_status
VerifyTokens
verify_tokens
Trait Implementations§
Source§impl Debug for ServiceMethod
impl Debug for ServiceMethod
Source§impl Hash for ServiceMethod
impl Hash for ServiceMethod
Source§impl PartialEq for ServiceMethod
impl PartialEq for ServiceMethod
impl Eq for ServiceMethod
impl StructuralPartialEq for ServiceMethod
Auto Trait Implementations§
impl Freeze for ServiceMethod
impl RefUnwindSafe for ServiceMethod
impl Send for ServiceMethod
impl Sync for ServiceMethod
impl Unpin for ServiceMethod
impl UnwindSafe for ServiceMethod
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.