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