pub struct ProfilerGuardBuilder { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ProfilerGuardBuilder
impl Clone for ProfilerGuardBuilder
Source§fn clone(&self) -> ProfilerGuardBuilder
fn clone(&self) -> ProfilerGuardBuilder
Returns a copy 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 Default for ProfilerGuardBuilder
impl Default for ProfilerGuardBuilder
Source§fn default() -> ProfilerGuardBuilder
fn default() -> ProfilerGuardBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProfilerGuardBuilder
impl RefUnwindSafe for ProfilerGuardBuilder
impl Send for ProfilerGuardBuilder
impl Sync for ProfilerGuardBuilder
impl Unpin for ProfilerGuardBuilder
impl UnwindSafe for ProfilerGuardBuilder
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