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