pub struct Trace<F> {
func: F,
}
Fields§
§func: F
Trait Implementations§
source§impl<FN, F> WrapSealed<F> for Trace<FN>
impl<FN, F> WrapSealed<F> for Trace<FN>
impl<F: Copy> Copy for Trace<F>
Auto Trait Implementations§
impl<F> Freeze for Trace<F>where
F: Freeze,
impl<F> RefUnwindSafe for Trace<F>where
F: RefUnwindSafe,
impl<F> Send for Trace<F>where
F: Send,
impl<F> Sync for Trace<F>where
F: Sync,
impl<F> Unpin for Trace<F>where
F: Unpin,
impl<F> UnwindSafe for Trace<F>where
F: UnwindSafe,
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