pub struct CacheScanPage {
pub entries: Vec<(String, String)>,
pub next_cursor: Option<String>,
}Fields§
§entries: Vec<(String, String)>§next_cursor: Option<String>Trait Implementations§
Source§impl Clone for CacheScanPage
impl Clone for CacheScanPage
Source§fn clone(&self) -> CacheScanPage
fn clone(&self) -> CacheScanPage
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 moreSource§impl Debug for CacheScanPage
impl Debug for CacheScanPage
Source§impl Default for CacheScanPage
impl Default for CacheScanPage
Source§fn default() -> CacheScanPage
fn default() -> CacheScanPage
Returns the “default value” for a type. Read more
impl Eq for CacheScanPage
Source§impl PartialEq for CacheScanPage
impl PartialEq for CacheScanPage
Source§fn eq(&self, other: &CacheScanPage) -> bool
fn eq(&self, other: &CacheScanPage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CacheScanPage
Auto Trait Implementations§
impl Freeze for CacheScanPage
impl RefUnwindSafe for CacheScanPage
impl Send for CacheScanPage
impl Sync for CacheScanPage
impl Unpin for CacheScanPage
impl UnsafeUnpin for CacheScanPage
impl UnwindSafe for CacheScanPage
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.