pub struct GetAndTouchResponse {
pub cas: u64,
pub flags: u32,
pub value: Bytes,
pub datatype: u8,
pub server_duration: Option<Duration>,
}Fields§
§cas: u64§flags: u32§value: Bytes§datatype: u8§server_duration: Option<Duration>Trait Implementations§
Source§impl Clone for GetAndTouchResponse
impl Clone for GetAndTouchResponse
Source§fn clone(&self) -> GetAndTouchResponse
fn clone(&self) -> GetAndTouchResponse
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 GetAndTouchResponse
impl Debug for GetAndTouchResponse
Source§impl Hash for GetAndTouchResponse
impl Hash for GetAndTouchResponse
Source§impl Ord for GetAndTouchResponse
impl Ord for GetAndTouchResponse
Source§fn cmp(&self, other: &GetAndTouchResponse) -> Ordering
fn cmp(&self, other: &GetAndTouchResponse) -> 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 GetAndTouchResponse
impl PartialEq for GetAndTouchResponse
Source§impl PartialOrd for GetAndTouchResponse
impl PartialOrd for GetAndTouchResponse
Source§impl TraceAttributes for GetAndTouchResponse
impl TraceAttributes for GetAndTouchResponse
fn server_duration(&self) -> Option<Duration>
impl Eq for GetAndTouchResponse
impl StructuralPartialEq for GetAndTouchResponse
Auto Trait Implementations§
impl !Freeze for GetAndTouchResponse
impl RefUnwindSafe for GetAndTouchResponse
impl Send for GetAndTouchResponse
impl Sync for GetAndTouchResponse
impl Unpin for GetAndTouchResponse
impl UnsafeUnpin for GetAndTouchResponse
impl UnwindSafe for GetAndTouchResponse
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