pub struct SchemaMappingFailure {
pub message: String,
}Expand description
A plugin received upstream data it could not map to the canonical schema.
Fields§
§message: StringTrait Implementations§
Source§impl Clone for SchemaMappingFailure
impl Clone for SchemaMappingFailure
Source§fn clone(&self) -> SchemaMappingFailure
fn clone(&self) -> SchemaMappingFailure
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 SchemaMappingFailure
impl Debug for SchemaMappingFailure
Source§impl<'de> Deserialize<'de> for SchemaMappingFailure
impl<'de> Deserialize<'de> for SchemaMappingFailure
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SchemaMappingFailure
impl PartialEq for SchemaMappingFailure
Source§impl Serialize for SchemaMappingFailure
impl Serialize for SchemaMappingFailure
impl StructuralPartialEq for SchemaMappingFailure
Auto Trait Implementations§
impl Freeze for SchemaMappingFailure
impl RefUnwindSafe for SchemaMappingFailure
impl Send for SchemaMappingFailure
impl Sync for SchemaMappingFailure
impl Unpin for SchemaMappingFailure
impl UnsafeUnpin for SchemaMappingFailure
impl UnwindSafe for SchemaMappingFailure
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