pub struct SchemaViolation {
pub field: Option<String>,
pub message: String,
}Expand description
Built-in pipelines that do not require extra feature flags. Validation failure details for schema-aware pipelines.
Fields§
§field: Option<String>§message: StringTrait Implementations§
Source§impl Clone for SchemaViolation
impl Clone for SchemaViolation
Source§fn clone(&self) -> SchemaViolation
fn clone(&self) -> SchemaViolation
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 SchemaViolation
impl Debug for SchemaViolation
Source§impl PartialEq for SchemaViolation
impl PartialEq for SchemaViolation
impl Eq for SchemaViolation
impl StructuralPartialEq for SchemaViolation
Auto Trait Implementations§
impl Freeze for SchemaViolation
impl RefUnwindSafe for SchemaViolation
impl Send for SchemaViolation
impl Sync for SchemaViolation
impl Unpin for SchemaViolation
impl UnsafeUnpin for SchemaViolation
impl UnwindSafe for SchemaViolation
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.