pub struct PathOpener(/* private fields */);Expand description
File opener implementation that opens specified file path directly
Trait Implementations§
Source§impl Debug for PathOpener
impl Debug for PathOpener
Source§impl FileOpener for PathOpener
Available on Unix only.
impl FileOpener for PathOpener
Available on Unix only.
Auto Trait Implementations§
impl Freeze for PathOpener
impl RefUnwindSafe for PathOpener
impl Send for PathOpener
impl Sync for PathOpener
impl Unpin for PathOpener
impl UnwindSafe for PathOpener
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