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