pub struct ShellInitGroup {
pub pack: String,
pub handler: String,
pub rows: Vec<ShellInitRow>,
pub group_total_us: u64,
pub group_total_label: String,
}Expand description
Display group: one (pack, handler) bucket of shell-init rows.
Fields§
§pack: String§handler: String§rows: Vec<ShellInitRow>§group_total_us: u64§group_total_label: StringTrait Implementations§
Source§impl Clone for ShellInitGroup
impl Clone for ShellInitGroup
Source§fn clone(&self) -> ShellInitGroup
fn clone(&self) -> ShellInitGroup
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 ShellInitGroup
impl Debug for ShellInitGroup
Auto Trait Implementations§
impl Freeze for ShellInitGroup
impl RefUnwindSafe for ShellInitGroup
impl Send for ShellInitGroup
impl Sync for ShellInitGroup
impl Unpin for ShellInitGroup
impl UnsafeUnpin for ShellInitGroup
impl UnwindSafe for ShellInitGroup
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