pub struct UnimageError { /* private fields */ }
Expand description
Error with message.
Trait Implementations§
Source§impl Debug for UnimageError
impl Debug for UnimageError
Auto Trait Implementations§
impl Freeze for UnimageError
impl RefUnwindSafe for UnimageError
impl Send for UnimageError
impl Sync for UnimageError
impl Unpin for UnimageError
impl UnwindSafe for UnimageError
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