pub enum OpenInputParseError {
NotJson,
NotObject,
MissingTarget,
UnsafeTarget,
MissingColumns,
EmptyColumns,
UnsafeColumn,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for OpenInputParseError
impl Clone for OpenInputParseError
Source§fn clone(&self) -> OpenInputParseError
fn clone(&self) -> OpenInputParseError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OpenInputParseError
impl Debug for OpenInputParseError
impl Eq for OpenInputParseError
Source§impl PartialEq for OpenInputParseError
impl PartialEq for OpenInputParseError
Source§fn eq(&self, other: &OpenInputParseError) -> bool
fn eq(&self, other: &OpenInputParseError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OpenInputParseError
Auto Trait Implementations§
impl Freeze for OpenInputParseError
impl RefUnwindSafe for OpenInputParseError
impl Send for OpenInputParseError
impl Sync for OpenInputParseError
impl Unpin for OpenInputParseError
impl UnsafeUnpin for OpenInputParseError
impl UnwindSafe for OpenInputParseError
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