pub struct VisitInfo {
pub path: Path,
}
Fields§
§path: Path
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VisitInfo
impl RefUnwindSafe for VisitInfo
impl Send for VisitInfo
impl Sync for VisitInfo
impl Unpin for VisitInfo
impl UnwindSafe for VisitInfo
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