pub struct EmptyError;
Trait Implementations§
Source§impl Debug for EmptyError
impl Debug for EmptyError
Source§impl Display for EmptyError
impl Display for EmptyError
Source§impl From<EmptyError> for QuizError
impl From<EmptyError> for QuizError
Source§fn from(e: EmptyError) -> Self
fn from(e: EmptyError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EmptyError
impl RefUnwindSafe for EmptyError
impl Send for EmptyError
impl Sync for EmptyError
impl Unpin for EmptyError
impl UnwindSafe for EmptyError
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