pub struct NewCloseSpanEvent {
pub busy: Option<u64>,
}
Fields§
§busy: Option<u64>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NewCloseSpanEvent
impl RefUnwindSafe for NewCloseSpanEvent
impl Send for NewCloseSpanEvent
impl Sync for NewCloseSpanEvent
impl Unpin for NewCloseSpanEvent
impl UnwindSafe for NewCloseSpanEvent
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