pub enum ImportPathTraceSchemaVersion {
V1,
}Expand description
Wire-version discriminator for ImportPathTrace. Independent from the
global SchemaVersion: the import-path payload versions on its own cadence,
like the other independently-versioned envelopes. Serializes as a string
const so JSON consumers can switch on it.
Variants§
V1
First release of the fallow trace --path shape.
Trait Implementations§
Source§impl Clone for ImportPathTraceSchemaVersion
impl Clone for ImportPathTraceSchemaVersion
impl Copy for ImportPathTraceSchemaVersion
Source§impl Debug for ImportPathTraceSchemaVersion
impl Debug for ImportPathTraceSchemaVersion
impl Eq for ImportPathTraceSchemaVersion
impl StructuralPartialEq for ImportPathTraceSchemaVersion
Auto Trait Implementations§
impl Freeze for ImportPathTraceSchemaVersion
impl RefUnwindSafe for ImportPathTraceSchemaVersion
impl Send for ImportPathTraceSchemaVersion
impl Sync for ImportPathTraceSchemaVersion
impl Unpin for ImportPathTraceSchemaVersion
impl UnsafeUnpin for ImportPathTraceSchemaVersion
impl UnwindSafe for ImportPathTraceSchemaVersion
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.