pub struct GetMetaResult {
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 GetMetaResult
impl Clone for GetMetaResult
Source§fn clone(&self) -> GetMetaResult
fn clone(&self) -> GetMetaResult
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 GetMetaResult
impl Debug for GetMetaResult
Source§impl Hash for GetMetaResult
impl Hash for GetMetaResult
Source§impl PartialEq for GetMetaResult
impl PartialEq for GetMetaResult
impl Eq for GetMetaResult
impl StructuralPartialEq for GetMetaResult
Auto Trait Implementations§
impl Freeze for GetMetaResult
impl RefUnwindSafe for GetMetaResult
impl Send for GetMetaResult
impl Sync for GetMetaResult
impl Unpin for GetMetaResult
impl UnsafeUnpin for GetMetaResult
impl UnwindSafe for GetMetaResult
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