pub struct EsUnlinkFile {
pub parent_dir: EsFile,
pub target: EsFile,
}
Fields§
§parent_dir: EsFile
§target: EsFile
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsUnlinkFile
impl RefUnwindSafe for EsUnlinkFile
impl Send for EsUnlinkFile
impl Sync for EsUnlinkFile
impl Unpin for EsUnlinkFile
impl UnwindSafe for EsUnlinkFile
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