pub struct FileUtils;
Expand description
文件工具
Implementations§
Source§impl FileUtils
impl FileUtils
Sourcepub fn get_modified_time(path: impl AsRef<Path>) -> Result<SystemTime>
pub fn get_modified_time(path: impl AsRef<Path>) -> Result<SystemTime>
获取文件修改时间
Auto Trait Implementations§
impl Freeze for FileUtils
impl RefUnwindSafe for FileUtils
impl Send for FileUtils
impl Sync for FileUtils
impl Unpin for FileUtils
impl UnwindSafe for FileUtils
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