pub enum TraceDuration {
AlwaysOn,
StopIn(Duration),
}
Expand description
Sets the duration for a trace.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TraceDuration
impl Send for TraceDuration
impl Sync for TraceDuration
impl Unpin for TraceDuration
impl UnwindSafe for TraceDuration
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