pub struct LabeledStmtKey(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for LabeledStmtKey
impl Clone for LabeledStmtKey
Source§fn clone(&self) -> LabeledStmtKey
fn clone(&self) -> LabeledStmtKey
Returns a copy 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<usize> for LabeledStmtKey
impl From<usize> for LabeledStmtKey
Source§impl Hash for LabeledStmtKey
impl Hash for LabeledStmtKey
Source§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
Source§impl PiggyVecKey for LabeledStmtKey
impl PiggyVecKey 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