pub struct InlineGet {
pub found: bool,
pub seq_no: Option<u32>,
pub source: Option<Value>,
pub routing: Option<String>,
pub fields: Option<Value>,
pub primary_term: Option<f64>,
}Fields§
§found: bool§seq_no: Option<u32>§source: Option<Value>§routing: Option<String>§fields: Option<Value>§primary_term: Option<f64>Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for InlineGet
impl<'de> Deserialize<'de> for InlineGet
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
impl StructuralPartialEq for InlineGet
Auto Trait Implementations§
impl Freeze for InlineGet
impl RefUnwindSafe for InlineGet
impl Send for InlineGet
impl Sync for InlineGet
impl Unpin for InlineGet
impl UnsafeUnpin for InlineGet
impl UnwindSafe for InlineGet
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