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