pub struct ProfileMerger { /* private fields */ }Implementations§
Source§impl ProfileMerger
impl ProfileMerger
pub fn new(mode: MergeWeightMode) -> Self
pub fn add_profile(&mut self, profile: RawProfileData)
pub fn merge_all(&self) -> Option<RawProfileData>
Trait Implementations§
Source§impl Clone for ProfileMerger
impl Clone for ProfileMerger
Source§fn clone(&self) -> ProfileMerger
fn clone(&self) -> ProfileMerger
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 ProfileMerger
impl RefUnwindSafe for ProfileMerger
impl Send for ProfileMerger
impl Sync for ProfileMerger
impl Unpin for ProfileMerger
impl UnsafeUnpin for ProfileMerger
impl UnwindSafe for ProfileMerger
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