pub struct CacheTier { /* private fields */ }Expand description
A single cache tier in the multi-tier architecture
Implementations§
Auto Trait Implementations§
impl !Freeze for CacheTier
impl !RefUnwindSafe for CacheTier
impl Send for CacheTier
impl Sync for CacheTier
impl Unpin for CacheTier
impl !UnwindSafe for CacheTier
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more