pub struct MemoryRouter { /* private fields */ }Expand description
Routes memory retrieval to appropriate strategy
Implementations§
Auto Trait Implementations§
impl Freeze for MemoryRouter
impl !RefUnwindSafe for MemoryRouter
impl Send for MemoryRouter
impl Sync for MemoryRouter
impl Unpin for MemoryRouter
impl UnsafeUnpin for MemoryRouter
impl !UnwindSafe for MemoryRouter
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