pub struct FunctionsGuardBuilder {}Implementations§
Source§impl FunctionsGuardBuilder
impl FunctionsGuardBuilder
pub fn new(_caller_name: impl Into<String>) -> Self
pub fn percentiles(self, _percentiles: &[u8]) -> Self
pub fn format(self, _format: Format) -> Self
pub fn limit(self, _limit: usize) -> Self
pub fn output_path(self, _path: impl AsRef<Path>) -> Self
pub fn build(self) -> HotPath
pub fn build_with_timeout(self, _duration: Duration) -> HotPath
Auto Trait Implementations§
impl Freeze for FunctionsGuardBuilder
impl RefUnwindSafe for FunctionsGuardBuilder
impl Send for FunctionsGuardBuilder
impl Sync for FunctionsGuardBuilder
impl Unpin for FunctionsGuardBuilder
impl UnwindSafe for FunctionsGuardBuilder
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