pub struct EsClone {
pub source: EsFile,
pub target_dir: EsFile,
pub name: String,
}
Fields§
§source: EsFile
§target_dir: EsFile
§name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsClone
impl RefUnwindSafe for EsClone
impl Send for EsClone
impl Sync for EsClone
impl Unpin for EsClone
impl UnwindSafe for EsClone
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