pub struct MetaCacheEntriesSorted {
pub o: MetaCacheEntries,
pub list_id: Option<String>,
pub reuse: bool,
pub last_skipped_entry: Option<String>,
}
Fields§
§o: MetaCacheEntries
§list_id: Option<String>
§reuse: bool
§last_skipped_entry: Option<String>
Implementations§
Source§impl MetaCacheEntriesSorted
impl MetaCacheEntriesSorted
pub fn entries(&self) -> Vec<&MetaCacheEntry>
pub fn forward_past(&mut self, marker: Option<String>)
Trait Implementations§
Source§impl Debug for MetaCacheEntriesSorted
impl Debug for MetaCacheEntriesSorted
Source§impl Default for MetaCacheEntriesSorted
impl Default for MetaCacheEntriesSorted
Source§fn default() -> MetaCacheEntriesSorted
fn default() -> MetaCacheEntriesSorted
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MetaCacheEntriesSorted
impl RefUnwindSafe for MetaCacheEntriesSorted
impl Send for MetaCacheEntriesSorted
impl Sync for MetaCacheEntriesSorted
impl Unpin for MetaCacheEntriesSorted
impl UnwindSafe for MetaCacheEntriesSorted
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