pub struct PathBufInput<'a> { /* private fields */ }
Available on crate feature
std
only.Expand description
An implementation of Input
for file system paths.
Works on both Unix-like and Windows platforms.
Implementations§
Trait Implementations§
Source§impl<'a> From<&'a Path> for PathBufInput<'a>
impl<'a> From<&'a Path> for PathBufInput<'a>
Auto Trait Implementations§
impl<'a> Freeze for PathBufInput<'a>
impl<'a> RefUnwindSafe for PathBufInput<'a>
impl<'a> Send for PathBufInput<'a>
impl<'a> Sync for PathBufInput<'a>
impl<'a> Unpin for PathBufInput<'a>
impl<'a> UnwindSafe for PathBufInput<'a>
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