pub enum TransformErrorKind {
InvalidInput,
InvalidRecordsPath,
InvalidRef,
InvalidTarget,
MissingRequired,
TypeCastFailed,
ExprError,
AssertionFailed,
}Variants§
InvalidInput
InvalidRecordsPath
InvalidRef
InvalidTarget
MissingRequired
TypeCastFailed
ExprError
AssertionFailed
Trait Implementations§
Source§impl Clone for TransformErrorKind
impl Clone for TransformErrorKind
Source§fn clone(&self) -> TransformErrorKind
fn clone(&self) -> TransformErrorKind
Returns a duplicate of the value. Read more
1.0.0 · 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 TransformErrorKind
impl Debug for TransformErrorKind
Source§impl PartialEq for TransformErrorKind
impl PartialEq for TransformErrorKind
impl Eq for TransformErrorKind
impl StructuralPartialEq for TransformErrorKind
Auto Trait Implementations§
impl Freeze for TransformErrorKind
impl RefUnwindSafe for TransformErrorKind
impl Send for TransformErrorKind
impl Sync for TransformErrorKind
impl Unpin for TransformErrorKind
impl UnwindSafe for TransformErrorKind
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.