pub struct LegacySchemaResolution {
pub kind: LegacyTranscodeKind,
pub source_fingerprint: SchemaFingerprint,
pub target_fingerprint: SchemaFingerprint,
}Expand description
Preflight schema resolution for a source file.
Fields§
§kind: LegacyTranscodeKind§source_fingerprint: SchemaFingerprint§target_fingerprint: SchemaFingerprintTrait Implementations§
Source§impl Clone for LegacySchemaResolution
impl Clone for LegacySchemaResolution
Source§impl Debug for LegacySchemaResolution
impl Debug for LegacySchemaResolution
impl Eq for LegacySchemaResolution
Source§impl PartialEq for LegacySchemaResolution
impl PartialEq for LegacySchemaResolution
impl StructuralPartialEq for LegacySchemaResolution
Auto Trait Implementations§
impl Freeze for LegacySchemaResolution
impl RefUnwindSafe for LegacySchemaResolution
impl Send for LegacySchemaResolution
impl Sync for LegacySchemaResolution
impl Unpin for LegacySchemaResolution
impl UnsafeUnpin for LegacySchemaResolution
impl UnwindSafe for LegacySchemaResolution
Blanket Implementations§
impl<T> Allocation for T
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more