pub struct DebugVisit {
pub path: String,
pub count: u32,
}Expand description
A visit count for a named knot/stitch.
Fields§
§path: String§count: u32Auto Trait Implementations§
impl Freeze for DebugVisit
impl RefUnwindSafe for DebugVisit
impl Send for DebugVisit
impl Sync for DebugVisit
impl Unpin for DebugVisit
impl UnsafeUnpin for DebugVisit
impl UnwindSafe for DebugVisit
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