pub struct IdentityMismatch {
pub field: IdentityField,
pub expected: String,
pub observed: String,
}Expand description
Mismatch between trace metadata and an importer-supplied expected identity.
Fields§
§field: IdentityField§expected: String§observed: StringTrait Implementations§
Source§impl Clone for IdentityMismatch
impl Clone for IdentityMismatch
Source§fn clone(&self) -> IdentityMismatch
fn clone(&self) -> IdentityMismatch
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 IdentityMismatch
impl Debug for IdentityMismatch
Source§impl<'de> Deserialize<'de> for IdentityMismatch
impl<'de> Deserialize<'de> for IdentityMismatch
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
impl Eq for IdentityMismatch
Source§impl PartialEq for IdentityMismatch
impl PartialEq for IdentityMismatch
Source§impl Serialize for IdentityMismatch
impl Serialize for IdentityMismatch
impl StructuralPartialEq for IdentityMismatch
Auto Trait Implementations§
impl Freeze for IdentityMismatch
impl RefUnwindSafe for IdentityMismatch
impl Send for IdentityMismatch
impl Sync for IdentityMismatch
impl Unpin for IdentityMismatch
impl UnsafeUnpin for IdentityMismatch
impl UnwindSafe for IdentityMismatch
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