pub enum CopySrc {
Dict,
Output,
}
Expand description
Where the Copy Operation should copy from.
- Dict: Copy from the dictionary (source file)
- Output: Copy from the output buffer (output file)
Variants§
Trait Implementations§
impl Copy for CopySrc
impl Eq for CopySrc
impl StructuralPartialEq for CopySrc
Auto Trait Implementations§
impl Freeze for CopySrc
impl RefUnwindSafe for CopySrc
impl Send for CopySrc
impl Sync for CopySrc
impl Unpin for CopySrc
impl UnwindSafe for CopySrc
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