pub enum DecreaseTtlResponse {
Set,
NotSet,
Miss,
}Expand description
Response for a decrease ttl operation.
Variants§
Set
The ttl was successfully decreased.
NotSet
The ttl could not be decreased because a precondition was not met.
Miss
The item was not found in the cache.
Trait Implementations§
Source§impl Debug for DecreaseTtlResponse
impl Debug for DecreaseTtlResponse
Source§impl PartialEq for DecreaseTtlResponse
impl PartialEq for DecreaseTtlResponse
impl Eq for DecreaseTtlResponse
impl StructuralPartialEq for DecreaseTtlResponse
Auto Trait Implementations§
impl Freeze for DecreaseTtlResponse
impl RefUnwindSafe for DecreaseTtlResponse
impl Send for DecreaseTtlResponse
impl Sync for DecreaseTtlResponse
impl Unpin for DecreaseTtlResponse
impl UnsafeUnpin for DecreaseTtlResponse
impl UnwindSafe for DecreaseTtlResponse
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.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request