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