pub enum YError {
Error(Vec<String>),
IOError(Vec<String>),
ParseError(Vec<String>),
DataBaseError(Vec<String>),
ConsistentError(Vec<String>),
BusinessError(Vec<String>),
}
Variants§
Error(Vec<String>)
IOError(Vec<String>)
ParseError(Vec<String>)
DataBaseError(Vec<String>)
ConsistentError(Vec<String>)
BusinessError(Vec<String>)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YError
impl RefUnwindSafe for YError
impl Send for YError
impl Sync for YError
impl Unpin for YError
impl UnwindSafe for YError
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)