pub struct PprofConverterBuilder {}Implementations§
Source§impl PprofConverterBuilder
impl PprofConverterBuilder
pub fn build(&mut self) -> PprofConverter
Trait Implementations§
Source§impl Default for PprofConverterBuilder
impl Default for PprofConverterBuilder
Source§fn default() -> PprofConverterBuilder
fn default() -> PprofConverterBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PprofConverterBuilder
impl RefUnwindSafe for PprofConverterBuilder
impl Send for PprofConverterBuilder
impl Sync for PprofConverterBuilder
impl Unpin for PprofConverterBuilder
impl UnwindSafe for PprofConverterBuilder
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