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