pub struct ScreenStore { /* private fields */ }Expand description
In-memory store of screened profile sets, keyed by seed repo. Lives for
the server’s lifetime — the stargazer-screen analogue of ElementCache.
Implementations§
Source§impl ScreenStore
impl ScreenStore
Trait Implementations§
Source§impl Default for ScreenStore
impl Default for ScreenStore
Source§fn default() -> ScreenStore
fn default() -> ScreenStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScreenStore
impl RefUnwindSafe for ScreenStore
impl Send for ScreenStore
impl Sync for ScreenStore
impl Unpin for ScreenStore
impl UnsafeUnpin for ScreenStore
impl UnwindSafe for ScreenStore
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