pub struct LazyTableLib;Expand description
Loadable library manifest for the lazy table backend.
Declares the table/lazy library identity and ABI; backend registration is
performed separately by install_lazy_table_lib.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LazyTableLib
impl RefUnwindSafe for LazyTableLib
impl Send for LazyTableLib
impl Sync for LazyTableLib
impl Unpin for LazyTableLib
impl UnsafeUnpin for LazyTableLib
impl UnwindSafe for LazyTableLib
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