pub struct LazyBackend;Expand description
Table backend that constructs LazyTable objects for the lazy backend
name.
Registered with the context table registry by install_lazy_table_lib.
Tables built through this backend hold the supplied entries eagerly; lazy
loaders are added afterwards via LazyTable::put_lazy.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LazyBackend
impl RefUnwindSafe for LazyBackend
impl Send for LazyBackend
impl Sync for LazyBackend
impl Unpin for LazyBackend
impl UnsafeUnpin for LazyBackend
impl UnwindSafe for LazyBackend
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