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