pub enum LegacyScope {
TypeTop,
MetadataField,
ExemplarRelation,
}Expand description
Where in a type file a retired key sits.
Variants§
TypeTop
A top-level key of a type file.
MetadataField
A key on one entry of metadata_fields:.
ExemplarRelation
A key on one entry of exemplar: relations:.
Trait Implementations§
Source§impl Clone for LegacyScope
impl Clone for LegacyScope
Source§fn clone(&self) -> LegacyScope
fn clone(&self) -> LegacyScope
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 moreimpl Copy for LegacyScope
Source§impl Debug for LegacyScope
impl Debug for LegacyScope
impl Eq for LegacyScope
Source§impl PartialEq for LegacyScope
impl PartialEq for LegacyScope
impl StructuralPartialEq for LegacyScope
Auto Trait Implementations§
impl Freeze for LegacyScope
impl RefUnwindSafe for LegacyScope
impl Send for LegacyScope
impl Sync for LegacyScope
impl Unpin for LegacyScope
impl UnsafeUnpin for LegacyScope
impl UnwindSafe for LegacyScope
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.