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