pub enum EsDestination {
ExistingFile(EsFile),
NewPath(EsCreateMetadata),
}
Variants§
ExistingFile(EsFile)
NewPath(EsCreateMetadata)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsDestination
impl RefUnwindSafe for EsDestination
impl Send for EsDestination
impl Sync for EsDestination
impl Unpin for EsDestination
impl UnwindSafe for EsDestination
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