pub struct BindingKey(/* private fields */);Expand description
A lowercase snake_case semantic-binding key.
Implementations§
Source§impl BindingKey
impl BindingKey
Trait Implementations§
Source§impl Clone for BindingKey
impl Clone for BindingKey
Source§fn clone(&self) -> BindingKey
fn clone(&self) -> BindingKey
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 BindingKey
impl Debug for BindingKey
Source§impl<'de> Deserialize<'de> for BindingKey
impl<'de> Deserialize<'de> for BindingKey
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
Source§impl Display for BindingKey
impl Display for BindingKey
impl Eq for BindingKey
Source§impl FromStr for BindingKey
impl FromStr for BindingKey
Source§impl Hash for BindingKey
impl Hash for BindingKey
Source§impl Ord for BindingKey
impl Ord for BindingKey
Source§fn cmp(&self, other: &BindingKey) -> Ordering
fn cmp(&self, other: &BindingKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BindingKey
impl PartialEq for BindingKey
Source§impl PartialOrd for BindingKey
impl PartialOrd for BindingKey
Source§impl Serialize for BindingKey
impl Serialize for BindingKey
impl StructuralPartialEq for BindingKey
Auto Trait Implementations§
impl Freeze for BindingKey
impl RefUnwindSafe for BindingKey
impl Send for BindingKey
impl Sync for BindingKey
impl Unpin for BindingKey
impl UnsafeUnpin for BindingKey
impl UnwindSafe for BindingKey
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
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.