Struct rustdb::pstore::SPSInner [−][src]
pub struct SPSInner {
pub file: CompactFile,
pub stash: Cache<Data>,
pub cache: HashMap<u64, Data>,
}Expand description
Inner for SharedPagedData.
Fields
file: CompactFilestash: Cache<Data>cache: HashMap<u64, Data>Auto Trait Implementations
impl !RefUnwindSafe for SPSInner
impl !UnwindSafe for SPSInner
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more