pub enum MetaError {
RequestError(Error),
ParseError(Error),
SomeError(&'static str),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaError
impl !RefUnwindSafe for MetaError
impl Send for MetaError
impl Sync for MetaError
impl Unpin for MetaError
impl !UnwindSafe for MetaError
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