pub struct PathCache { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PathCache
impl !UnwindSafe for PathCache
impl Freeze for PathCache
impl Send for PathCache
impl Sync for PathCache
impl Unpin for PathCache
impl UnsafeUnpin for PathCache
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