Struct cache_manager::Cache [−][src]
pub struct Cache { /* fields omitted */ }Expand description
A cache driver which is spawned off by the fairing for sending messages back and forth
Implementations
New Item created/used, and this should be reflected by the cache
Attempt to close the cache, and destroy it. This will cause all future messages to the cache to return an error. This should only be called when closing the entire api.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Cache
impl !UnwindSafe for Cache
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
pub fn into_collection<A>(self) -> SmallVec<A> where
A: Array<Item = T>,
Converts self into a collection.
pub fn vzip(self) -> V
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
