pub struct InlineGetDictUserDefined {
pub fields: Option<Value>,
pub routing: Option<String>,
pub seq_no: Option<u32>,
pub primary_term: Option<u32>,
pub found: bool,
pub source: Option<Value>,
}Fields§
§fields: Option<Value>§routing: Option<String>§seq_no: Option<u32>§primary_term: Option<u32>§found: bool§source: Option<Value>Implementations§
Source§impl InlineGetDictUserDefined
impl InlineGetDictUserDefined
pub fn new(found: bool) -> InlineGetDictUserDefined
Trait Implementations§
Source§impl Clone for InlineGetDictUserDefined
impl Clone for InlineGetDictUserDefined
Source§fn clone(&self) -> InlineGetDictUserDefined
fn clone(&self) -> InlineGetDictUserDefined
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InlineGetDictUserDefined
impl Debug for InlineGetDictUserDefined
Source§impl Default for InlineGetDictUserDefined
impl Default for InlineGetDictUserDefined
Source§fn default() -> InlineGetDictUserDefined
fn default() -> InlineGetDictUserDefined
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineGetDictUserDefined
impl<'de> Deserialize<'de> for InlineGetDictUserDefined
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 InlineGetDictUserDefined
impl PartialEq for InlineGetDictUserDefined
Source§fn eq(&self, other: &InlineGetDictUserDefined) -> bool
fn eq(&self, other: &InlineGetDictUserDefined) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for InlineGetDictUserDefined
impl Serialize for InlineGetDictUserDefined
impl StructuralPartialEq for InlineGetDictUserDefined
Auto Trait Implementations§
impl Freeze for InlineGetDictUserDefined
impl RefUnwindSafe for InlineGetDictUserDefined
impl Send for InlineGetDictUserDefined
impl Sync for InlineGetDictUserDefined
impl Unpin for InlineGetDictUserDefined
impl UnsafeUnpin for InlineGetDictUserDefined
impl UnwindSafe for InlineGetDictUserDefined
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