pub struct TagKey(/* private fields */);Expand description
Organisational tag key. Adopter-defined; paramodel ships no canonical keys at this layer.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TagKey
impl<'de> Deserialize<'de> for TagKey
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Name for TagKey
impl Name for TagKey
Source§const KIND: &'static str = "TagKey"
const KIND: &'static str = "TagKey"
Human-readable kind label, used in error messages and
Debug.Source§const MAX_LEN: usize = 64
const MAX_LEN: usize = 64
Maximum byte length (UTF-8). Default 64 — override when a larger
ceiling is natural (plan names, for example).
Source§impl Ord for TagKey
impl Ord for TagKey
Source§impl PartialOrd for TagKey
impl PartialOrd for TagKey
impl Eq for TagKey
impl StructuralPartialEq for TagKey
Auto Trait Implementations§
impl Freeze for TagKey
impl RefUnwindSafe for TagKey
impl Send for TagKey
impl Sync for TagKey
impl Unpin for TagKey
impl UnsafeUnpin for TagKey
impl UnwindSafe for TagKey
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.