pub struct BytecodeInstructionId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for BytecodeInstructionId
impl Clone for BytecodeInstructionId
Source§fn clone(&self) -> BytecodeInstructionId
fn clone(&self) -> BytecodeInstructionId
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 moreimpl Copy for BytecodeInstructionId
Source§impl Debug for BytecodeInstructionId
impl Debug for BytecodeInstructionId
impl Eq for BytecodeInstructionId
Source§impl Hash for BytecodeInstructionId
impl Hash for BytecodeInstructionId
Source§impl LowerHex for BytecodeInstructionId
impl LowerHex for BytecodeInstructionId
Source§impl Ord for BytecodeInstructionId
impl Ord for BytecodeInstructionId
Source§fn cmp(&self, other: &BytecodeInstructionId) -> Ordering
fn cmp(&self, other: &BytecodeInstructionId) -> 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 BytecodeInstructionId
impl PartialEq for BytecodeInstructionId
Source§impl PartialOrd for BytecodeInstructionId
impl PartialOrd for BytecodeInstructionId
impl StructuralPartialEq for BytecodeInstructionId
Auto Trait Implementations§
impl Freeze for BytecodeInstructionId
impl RefUnwindSafe for BytecodeInstructionId
impl Send for BytecodeInstructionId
impl Sync for BytecodeInstructionId
impl Unpin for BytecodeInstructionId
impl UnsafeUnpin for BytecodeInstructionId
impl UnwindSafe for BytecodeInstructionId
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