pub struct TraceGate { /* private fields */ }Expand description
Deterministic gate used to force one frame to finish after another starts.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TraceGate
impl RefUnwindSafe for TraceGate
impl Send for TraceGate
impl Sync for TraceGate
impl Unpin for TraceGate
impl UnsafeUnpin for TraceGate
impl UnwindSafe for TraceGate
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