pub struct LabeledStmtKey(/* private fields */);
Trait Implementations§
Source§impl Clone for LabeledStmtKey
impl Clone for LabeledStmtKey
Source§fn clone(&self) -> LabeledStmtKey
fn clone(&self) -> LabeledStmtKey
Returns a duplicate of the value. Read more
1.0.0 · 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 LabeledStmtKey
impl Debug for LabeledStmtKey
Source§impl Default for LabeledStmtKey
impl Default for LabeledStmtKey
Source§fn default() -> LabeledStmtKey
fn default() -> LabeledStmtKey
Returns the “default value” for a type. Read more
Source§impl From<KeyData> for LabeledStmtKey
impl From<KeyData> for LabeledStmtKey
Source§impl From<LabeledStmtKey> for KeyData
impl From<LabeledStmtKey> for KeyData
Source§fn from(k: LabeledStmtKey) -> Self
fn from(k: LabeledStmtKey) -> Self
Converts to this type from the input type.
Source§impl Hash for LabeledStmtKey
impl Hash for LabeledStmtKey
Source§impl Key for LabeledStmtKey
impl Key for LabeledStmtKey
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!
, which calls this
method). Read moreSource§impl Ord for LabeledStmtKey
impl Ord for LabeledStmtKey
Source§fn cmp(&self, other: &LabeledStmtKey) -> Ordering
fn cmp(&self, other: &LabeledStmtKey) -> Ordering
1.21.0 · 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 LabeledStmtKey
impl PartialEq for LabeledStmtKey
Source§impl PartialOrd for LabeledStmtKey
impl PartialOrd for LabeledStmtKey
impl Copy for LabeledStmtKey
impl Eq for LabeledStmtKey
impl StructuralPartialEq for LabeledStmtKey
Auto Trait Implementations§
impl Freeze for LabeledStmtKey
impl RefUnwindSafe for LabeledStmtKey
impl Send for LabeledStmtKey
impl Sync for LabeledStmtKey
impl Unpin for LabeledStmtKey
impl UnwindSafe for LabeledStmtKey
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