pub struct Tabula<'env> { /* private fields */ }Expand description
§Tabula class
received by calling TabulaEnv::configure_tabula()
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'env> Freeze for Tabula<'env>
impl<'env> RefUnwindSafe for Tabula<'env>
impl<'env> !Send for Tabula<'env>
impl<'env> !Sync for Tabula<'env>
impl<'env> Unpin for Tabula<'env>
impl<'env> UnwindSafe for Tabula<'env>
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