pub struct ProfileGroup {
pub pack: String,
pub handler: String,
pub rows: Vec<ProfileEntry>,
pub group_total_us: u64,
}Fields§
§pack: String§handler: String§rows: Vec<ProfileEntry>§group_total_us: u64Trait Implementations§
Source§impl Clone for ProfileGroup
impl Clone for ProfileGroup
Source§fn clone(&self) -> ProfileGroup
fn clone(&self) -> ProfileGroup
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 moreSource§impl Debug for ProfileGroup
impl Debug for ProfileGroup
Auto Trait Implementations§
impl Freeze for ProfileGroup
impl RefUnwindSafe for ProfileGroup
impl Send for ProfileGroup
impl Sync for ProfileGroup
impl Unpin for ProfileGroup
impl UnsafeUnpin for ProfileGroup
impl UnwindSafe for ProfileGroup
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