pub enum BytecodeFeedbackType {
CallTarget,
}Variants§
CallTarget
Trait Implementations§
Source§impl Clone for BytecodeFeedbackType
impl Clone for BytecodeFeedbackType
Source§fn clone(&self) -> BytecodeFeedbackType
fn clone(&self) -> BytecodeFeedbackType
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 BytecodeFeedbackType
Source§impl Debug for BytecodeFeedbackType
impl Debug for BytecodeFeedbackType
impl Eq for BytecodeFeedbackType
Source§impl PartialEq for BytecodeFeedbackType
impl PartialEq for BytecodeFeedbackType
impl StructuralPartialEq for BytecodeFeedbackType
Auto Trait Implementations§
impl Freeze for BytecodeFeedbackType
impl RefUnwindSafe for BytecodeFeedbackType
impl Send for BytecodeFeedbackType
impl Sync for BytecodeFeedbackType
impl Unpin for BytecodeFeedbackType
impl UnsafeUnpin for BytecodeFeedbackType
impl UnwindSafe for BytecodeFeedbackType
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