pub struct UnixPathExt { /* private fields */ }Expand description
Unix platform path extension
Implementations§
Trait Implementations§
Source§impl PathExt for UnixPathExt
impl PathExt for UnixPathExt
Source§fn get_attributes(&self) -> Option<FileAttributes>
fn get_attributes(&self) -> Option<FileAttributes>
Get file attributes (platform-specific)
Source§fn is_accessible(&self) -> bool
fn is_accessible(&self) -> bool
Check if path exists and is accessible
Source§fn get_disk_info(&self) -> Option<DiskInfo>
fn get_disk_info(&self) -> Option<DiskInfo>
Get disk information for path
Source§impl PlatformPath for UnixPathExt
impl PlatformPath for UnixPathExt
Auto Trait Implementations§
impl Freeze for UnixPathExt
impl RefUnwindSafe for UnixPathExt
impl Send for UnixPathExt
impl Sync for UnixPathExt
impl Unpin for UnixPathExt
impl UnwindSafe for UnixPathExt
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