pub struct GuardedPath {
pub path: PathBuf,
/* private fields */
}Expand description
This path may disappear on drop (if the zip is bz2-compressed), so be careful
Fields§
§path: PathBufAuto Trait Implementations§
impl Freeze for GuardedPath
impl RefUnwindSafe for GuardedPath
impl Send for GuardedPath
impl Sync for GuardedPath
impl Unpin for GuardedPath
impl UnwindSafe for GuardedPath
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