pub struct LevelError;
Auto Trait Implementations§
impl Freeze for LevelError
impl RefUnwindSafe for LevelError
impl Send for LevelError
impl Sync for LevelError
impl Unpin for LevelError
impl UnwindSafe for LevelError
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