pub enum Level2 {}
Trait Implementations§
impl TableLevel for Level2
Auto Trait Implementations§
impl Freeze for Level2
impl RefUnwindSafe for Level2
impl Send for Level2
impl Sync for Level2
impl Unpin for Level2
impl UnwindSafe for Level2
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