pub struct FileProcessor { /* private fields */ }Expand description
文件处理器
Implementations§
Source§impl FileProcessor
impl FileProcessor
Auto Trait Implementations§
impl Freeze for FileProcessor
impl !RefUnwindSafe for FileProcessor
impl !Send for FileProcessor
impl !Sync for FileProcessor
impl Unpin for FileProcessor
impl !UnwindSafe for FileProcessor
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