pub struct AlertHit {
pub id: String,
pub index: Option<String>,
pub source: Value,
pub sort: Option<Vec<Value>>,
}Fields§
§id: StringThe document _id — the identity every mutation route takes.
index: Option<String>The backing index, from _index. The cases attach body needs it.
source: Value§sort: Option<Vec<Value>>Trait Implementations§
impl StructuralPartialEq for AlertHit
Auto Trait Implementations§
impl Freeze for AlertHit
impl RefUnwindSafe for AlertHit
impl Send for AlertHit
impl Sync for AlertHit
impl Unpin for AlertHit
impl UnsafeUnpin for AlertHit
impl UnwindSafe for AlertHit
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