pub struct DecrementResponse {
pub cas: u64,
pub value: u64,
pub mutation_token: Option<MutationToken>,
pub server_duration: Option<Duration>,
}Fields§
§cas: u64§value: u64§mutation_token: Option<MutationToken>§server_duration: Option<Duration>Trait Implementations§
Source§impl Clone for DecrementResponse
impl Clone for DecrementResponse
Source§fn clone(&self) -> DecrementResponse
fn clone(&self) -> DecrementResponse
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 DecrementResponse
impl Debug for DecrementResponse
Source§impl Hash for DecrementResponse
impl Hash for DecrementResponse
Source§impl Ord for DecrementResponse
impl Ord for DecrementResponse
Source§fn cmp(&self, other: &DecrementResponse) -> Ordering
fn cmp(&self, other: &DecrementResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DecrementResponse
impl PartialEq for DecrementResponse
Source§impl PartialOrd for DecrementResponse
impl PartialOrd for DecrementResponse
Source§impl TraceAttributes for DecrementResponse
impl TraceAttributes for DecrementResponse
fn server_duration(&self) -> Option<Duration>
impl Eq for DecrementResponse
impl StructuralPartialEq for DecrementResponse
Auto Trait Implementations§
impl Freeze for DecrementResponse
impl RefUnwindSafe for DecrementResponse
impl Send for DecrementResponse
impl Sync for DecrementResponse
impl Unpin for DecrementResponse
impl UnsafeUnpin for DecrementResponse
impl UnwindSafe for DecrementResponse
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