pub struct UpdateAction {
pub index: String,
pub id: String,
pub pipeline: Option<String>,
pub script: Option<String>,
}Fields§
§index: String§id: String§pipeline: Option<String>§script: Option<String>Trait Implementations§
Source§impl Clone for UpdateAction
impl Clone for UpdateAction
Source§fn clone(&self) -> UpdateAction
fn clone(&self) -> UpdateAction
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 UpdateAction
impl Debug for UpdateAction
Source§impl Default for UpdateAction
impl Default for UpdateAction
Source§fn default() -> UpdateAction
fn default() -> UpdateAction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateAction
impl<'de> Deserialize<'de> for UpdateAction
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 UpdateAction
impl PartialEq for UpdateAction
Source§impl Serialize for UpdateAction
impl Serialize for UpdateAction
impl StructuralPartialEq for UpdateAction
Auto Trait Implementations§
impl Freeze for UpdateAction
impl RefUnwindSafe for UpdateAction
impl Send for UpdateAction
impl Sync for UpdateAction
impl Unpin for UpdateAction
impl UnwindSafe for UpdateAction
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