pub struct AssignStmtKey(/* private fields */);
Implementations§
Source§impl AssignStmtKey
impl AssignStmtKey
Trait Implementations§
Source§impl Clone for AssignStmtKey
impl Clone for AssignStmtKey
Source§fn clone(&self) -> AssignStmtKey
fn clone(&self) -> AssignStmtKey
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 AssignStmtKey
impl Debug for AssignStmtKey
Source§impl Default for AssignStmtKey
impl Default for AssignStmtKey
Source§fn default() -> AssignStmtKey
fn default() -> AssignStmtKey
Returns the “default value” for a type. Read more
Source§impl From<usize> for AssignStmtKey
impl From<usize> for AssignStmtKey
Source§impl Hash for AssignStmtKey
impl Hash for AssignStmtKey
Source§impl Ord for AssignStmtKey
impl Ord for AssignStmtKey
Source§fn cmp(&self, other: &AssignStmtKey) -> Ordering
fn cmp(&self, other: &AssignStmtKey) -> 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 AssignStmtKey
impl PartialEq for AssignStmtKey
Source§impl PartialOrd for AssignStmtKey
impl PartialOrd for AssignStmtKey
Source§impl PiggyVecKey for AssignStmtKey
impl PiggyVecKey for AssignStmtKey
impl Copy for AssignStmtKey
impl Eq for AssignStmtKey
impl StructuralPartialEq for AssignStmtKey
Auto Trait Implementations§
impl Freeze for AssignStmtKey
impl RefUnwindSafe for AssignStmtKey
impl Send for AssignStmtKey
impl Sync for AssignStmtKey
impl Unpin for AssignStmtKey
impl UnwindSafe for AssignStmtKey
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