pub struct InMemoryDirEntry { /* private fields */ }Trait Implementations§
Source§impl Debug for InMemoryDirEntry
impl Debug for InMemoryDirEntry
Auto Trait Implementations§
impl Freeze for InMemoryDirEntry
impl RefUnwindSafe for InMemoryDirEntry
impl Send for InMemoryDirEntry
impl Sync for InMemoryDirEntry
impl Unpin for InMemoryDirEntry
impl UnsafeUnpin for InMemoryDirEntry
impl UnwindSafe for InMemoryDirEntry
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
Source§impl<T> PathsInErrorsExt for Twhere
T: ?Sized,
impl<T> PathsInErrorsExt for Twhere
T: ?Sized,
Source§fn with_paths_in_errors(&self) -> SysWithPathsInErrors<'_, Self>
fn with_paths_in_errors(&self) -> SysWithPathsInErrors<'_, Self>
Wraps
self in a SysWithPathsInErrors that includes paths in error messages.