pub struct CreateFileHandler;Expand description
Handles file creation actions
Implementations§
Auto Trait Implementations§
impl Freeze for CreateFileHandler
impl RefUnwindSafe for CreateFileHandler
impl Send for CreateFileHandler
impl Sync for CreateFileHandler
impl Unpin for CreateFileHandler
impl UnwindSafe for CreateFileHandler
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