pub struct EndParams {}Expand description
Parameters for Tracing.end (empty).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndParams
impl RefUnwindSafe for EndParams
impl Send for EndParams
impl Sync for EndParams
impl Unpin for EndParams
impl UnwindSafe for EndParams
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