pub struct EdgeProfile {
pub from_block: u32,
pub to_block: u32,
pub execution_count: u64,
}Fields§
§from_block: u32§to_block: u32§execution_count: u64Trait Implementations§
Source§impl Clone for EdgeProfile
impl Clone for EdgeProfile
Source§fn clone(&self) -> EdgeProfile
fn clone(&self) -> EdgeProfile
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 EdgeProfile
impl RefUnwindSafe for EdgeProfile
impl Send for EdgeProfile
impl Sync for EdgeProfile
impl Unpin for EdgeProfile
impl UnsafeUnpin for EdgeProfile
impl UnwindSafe for EdgeProfile
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