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