pub struct IndexAction {
pub index: String,
pub id: Option<String>,
pub pipeline: Option<String>,
}Fields§
§index: String§id: Option<String>§pipeline: Option<String>Trait Implementations§
Source§impl Clone for IndexAction
impl Clone for IndexAction
Source§fn clone(&self) -> IndexAction
fn clone(&self) -> IndexAction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IndexAction
impl Debug for IndexAction
Source§impl Default for IndexAction
impl Default for IndexAction
Source§fn default() -> IndexAction
fn default() -> IndexAction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IndexAction
impl<'de> Deserialize<'de> for IndexAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for IndexAction
impl PartialEq for IndexAction
Source§impl Serialize for IndexAction
impl Serialize for IndexAction
impl StructuralPartialEq for IndexAction
Auto Trait Implementations§
impl Freeze for IndexAction
impl RefUnwindSafe for IndexAction
impl Send for IndexAction
impl Sync for IndexAction
impl Unpin for IndexAction
impl UnwindSafe for IndexAction
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