pub struct IncrementResponse {
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 IncrementResponse
impl Clone for IncrementResponse
Source§fn clone(&self) -> IncrementResponse
fn clone(&self) -> IncrementResponse
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 IncrementResponse
impl Debug for IncrementResponse
Source§impl Hash for IncrementResponse
impl Hash for IncrementResponse
Source§impl Ord for IncrementResponse
impl Ord for IncrementResponse
Source§fn cmp(&self, other: &IncrementResponse) -> Ordering
fn cmp(&self, other: &IncrementResponse) -> 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 IncrementResponse
impl PartialEq for IncrementResponse
Source§impl PartialOrd for IncrementResponse
impl PartialOrd for IncrementResponse
Source§impl TraceAttributes for IncrementResponse
impl TraceAttributes for IncrementResponse
fn server_duration(&self) -> Option<Duration>
impl Eq for IncrementResponse
impl StructuralPartialEq for IncrementResponse
Auto Trait Implementations§
impl Freeze for IncrementResponse
impl RefUnwindSafe for IncrementResponse
impl Send for IncrementResponse
impl Sync for IncrementResponse
impl Unpin for IncrementResponse
impl UnsafeUnpin for IncrementResponse
impl UnwindSafe for IncrementResponse
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