pub struct BlockProfile {
pub block_id: u32,
pub execution_count: u64,
pub is_hot: bool,
}Fields§
§block_id: u32§execution_count: u64§is_hot: boolTrait Implementations§
Source§impl Clone for BlockProfile
impl Clone for BlockProfile
Source§fn clone(&self) -> BlockProfile
fn clone(&self) -> BlockProfile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BlockProfile
impl RefUnwindSafe for BlockProfile
impl Send for BlockProfile
impl Sync for BlockProfile
impl Unpin for BlockProfile
impl UnsafeUnpin for BlockProfile
impl UnwindSafe for BlockProfile
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