pub enum RenameResult {
Progress(OperationProgress),
Complete(OperationComplete),
}Expand description
Result sent through the channel during rename operations.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RenameResult
impl RefUnwindSafe for RenameResult
impl Send for RenameResult
impl Sync for RenameResult
impl Unpin for RenameResult
impl UnsafeUnpin for RenameResult
impl UnwindSafe for RenameResult
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