pub struct GetManyChunk {
pub entries: Vec<(Key, Option<Bytes>)>,
pub detail: Option<Detail>,
}Fields§
§entries: Vec<(Key, Option<Bytes>)>Lookup entries returned in this stream frame.
detail: Option<Detail>Query detail reported after reading this chunk.
Trait Implementations§
Source§impl Clone for GetManyChunk
impl Clone for GetManyChunk
Source§fn clone(&self) -> GetManyChunk
fn clone(&self) -> GetManyChunk
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetManyChunk
impl RefUnwindSafe for GetManyChunk
impl Send for GetManyChunk
impl Sync for GetManyChunk
impl Unpin for GetManyChunk
impl UnsafeUnpin for GetManyChunk
impl UnwindSafe for GetManyChunk
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