pub struct MessageKeys {
pub begin: Vec<u8>,
pub finish: Vec<u8>,
pub limit: u32,
pub version: Option<u64>,
}
Expand description
Get all keys within a range with a limit.
§Fields
begin
- The beginning of the range.finish
- The end of the range.limit
- The limit of the number of keys to return.
Fields§
§begin: Vec<u8>
§finish: Vec<u8>
§limit: u32
§version: Option<u64>
Trait Implementations§
source§impl Clone for MessageKeys
impl Clone for MessageKeys
source§fn clone(&self) -> MessageKeys
fn clone(&self) -> MessageKeys
Returns a copy 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 MessageKeys
impl Debug for MessageKeys
source§impl<'de> Deserialize<'de> for MessageKeys
impl<'de> Deserialize<'de> for MessageKeys
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for MessageKeys
impl PartialEq for MessageKeys
source§impl Revisioned for MessageKeys
impl Revisioned for MessageKeys
source§impl Serialize for MessageKeys
impl Serialize for MessageKeys
impl StructuralPartialEq for MessageKeys
Auto Trait Implementations§
impl Freeze for MessageKeys
impl RefUnwindSafe for MessageKeys
impl Send for MessageKeys
impl Sync for MessageKeys
impl Unpin for MessageKeys
impl UnwindSafe for MessageKeys
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)