pub struct PathStat { /* private fields */ }
Available on Unix only.
Expand description
A fused PathStat
operation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathStat
impl RefUnwindSafe for PathStat
impl Send for PathStat
impl Sync for PathStat
impl Unpin for PathStat
impl UnwindSafe for PathStat
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