pub struct EsCreate {
pub destination: EsDestination,
}
Fields§
§destination: EsDestination
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EsCreate
impl RefUnwindSafe for EsCreate
impl Send for EsCreate
impl Sync for EsCreate
impl Unpin for EsCreate
impl UnwindSafe for EsCreate
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