pub struct IFileOperation(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl !Send for IFileOperation
impl !Sync for IFileOperation
impl Freeze for IFileOperation
impl RefUnwindSafe for IFileOperation
impl Unpin for IFileOperation
impl UnsafeUnpin for IFileOperation
impl UnwindSafe for IFileOperation
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