pub enum TPropColumnError {
Show 16 variants
IllegalSetBool(IllegalSet<bool>),
IllegalSetU8(IllegalSet<u8>),
IllegalSetU16(IllegalSet<u16>),
IllegalSetU32(IllegalSet<u32>),
IllegalSetU64(IllegalSet<u64>),
IllegalSetI32(IllegalSet<i32>),
IllegalSetI64(IllegalSet<i64>),
IllegalSetF32(IllegalSet<f32>),
IllegalSetF64(IllegalSet<f64>),
IllegalSetStr(IllegalSet<ArcStr>),
IllegalSetList(IllegalSet<Arc<Vec<Prop>>>),
IllegalSetMap(IllegalSet<Arc<FxHashMap<ArcStr, Prop>>>),
IllegalSetNDTime(IllegalSet<NaiveDateTime>),
IllegalSetDTime(IllegalSet<DateTime<Utc>>),
Decimal(IllegalSet<BigDecimal>),
IllegalPropType(IllegalPropType),
}Variants§
IllegalSetBool(IllegalSet<bool>)
IllegalSetU8(IllegalSet<u8>)
IllegalSetU16(IllegalSet<u16>)
IllegalSetU32(IllegalSet<u32>)
IllegalSetU64(IllegalSet<u64>)
IllegalSetI32(IllegalSet<i32>)
IllegalSetI64(IllegalSet<i64>)
IllegalSetF32(IllegalSet<f32>)
IllegalSetF64(IllegalSet<f64>)
IllegalSetStr(IllegalSet<ArcStr>)
IllegalSetList(IllegalSet<Arc<Vec<Prop>>>)
IllegalSetMap(IllegalSet<Arc<FxHashMap<ArcStr, Prop>>>)
IllegalSetNDTime(IllegalSet<NaiveDateTime>)
IllegalSetDTime(IllegalSet<DateTime<Utc>>)
Decimal(IllegalSet<BigDecimal>)
IllegalPropType(IllegalPropType)
Trait Implementations§
Source§impl Debug for TPropColumnError
impl Debug for TPropColumnError
Source§impl Display for TPropColumnError
impl Display for TPropColumnError
Source§impl Error for TPropColumnError
impl Error for TPropColumnError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<IllegalPropType> for TPropColumnError
impl From<IllegalPropType> for TPropColumnError
Source§fn from(source: IllegalPropType) -> Self
fn from(source: IllegalPropType) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<Arc<HashMap<ArcStr, Prop, FxBuildHasher>>>> for TPropColumnError
impl From<IllegalSet<Arc<HashMap<ArcStr, Prop, FxBuildHasher>>>> for TPropColumnError
Source§impl From<IllegalSet<Arc<Vec<Prop>>>> for TPropColumnError
impl From<IllegalSet<Arc<Vec<Prop>>>> for TPropColumnError
Source§impl From<IllegalSet<ArcStr>> for TPropColumnError
impl From<IllegalSet<ArcStr>> for TPropColumnError
Source§fn from(source: IllegalSet<ArcStr>) -> Self
fn from(source: IllegalSet<ArcStr>) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<BigDecimal>> for TPropColumnError
impl From<IllegalSet<BigDecimal>> for TPropColumnError
Source§fn from(source: IllegalSet<BigDecimal>) -> Self
fn from(source: IllegalSet<BigDecimal>) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<DateTime<Utc>>> for TPropColumnError
impl From<IllegalSet<DateTime<Utc>>> for TPropColumnError
Source§impl From<IllegalSet<NaiveDateTime>> for TPropColumnError
impl From<IllegalSet<NaiveDateTime>> for TPropColumnError
Source§fn from(source: IllegalSet<NaiveDateTime>) -> Self
fn from(source: IllegalSet<NaiveDateTime>) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<bool>> for TPropColumnError
impl From<IllegalSet<bool>> for TPropColumnError
Source§fn from(source: IllegalSet<bool>) -> Self
fn from(source: IllegalSet<bool>) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<f32>> for TPropColumnError
impl From<IllegalSet<f32>> for TPropColumnError
Source§fn from(source: IllegalSet<f32>) -> Self
fn from(source: IllegalSet<f32>) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<f64>> for TPropColumnError
impl From<IllegalSet<f64>> for TPropColumnError
Source§fn from(source: IllegalSet<f64>) -> Self
fn from(source: IllegalSet<f64>) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<i32>> for TPropColumnError
impl From<IllegalSet<i32>> for TPropColumnError
Source§fn from(source: IllegalSet<i32>) -> Self
fn from(source: IllegalSet<i32>) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<i64>> for TPropColumnError
impl From<IllegalSet<i64>> for TPropColumnError
Source§fn from(source: IllegalSet<i64>) -> Self
fn from(source: IllegalSet<i64>) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<u16>> for TPropColumnError
impl From<IllegalSet<u16>> for TPropColumnError
Source§fn from(source: IllegalSet<u16>) -> Self
fn from(source: IllegalSet<u16>) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<u32>> for TPropColumnError
impl From<IllegalSet<u32>> for TPropColumnError
Source§fn from(source: IllegalSet<u32>) -> Self
fn from(source: IllegalSet<u32>) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<u64>> for TPropColumnError
impl From<IllegalSet<u64>> for TPropColumnError
Source§fn from(source: IllegalSet<u64>) -> Self
fn from(source: IllegalSet<u64>) -> Self
Converts to this type from the input type.
Source§impl From<IllegalSet<u8>> for TPropColumnError
impl From<IllegalSet<u8>> for TPropColumnError
Source§fn from(source: IllegalSet<u8>) -> Self
fn from(source: IllegalSet<u8>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TPropColumnError
impl RefUnwindSafe for TPropColumnError
impl Send for TPropColumnError
impl Sync for TPropColumnError
impl Unpin for TPropColumnError
impl UnwindSafe for TPropColumnError
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more