pub struct NumericFieldType { /* private fields */ }Expand description
https://www.elastic.co/guide/en/elasticsearch/reference/current/binary.html
Implementations§
Source§impl NumericFieldType
impl NumericFieldType
pub fn new_long() -> Self
pub fn new_integer() -> Self
pub fn new_short() -> Self
pub fn new_byte() -> Self
pub fn new_double() -> Self
pub fn new_float() -> Self
pub fn new_half_float() -> Self
pub fn new_scaled_float() -> Self
pub fn new_unsigned_long() -> Self
pub fn set_index(&mut self, index: bool)
Trait Implementations§
Source§impl Default for NumericFieldType
impl Default for NumericFieldType
Source§fn default() -> NumericFieldType
fn default() -> NumericFieldType
Returns the “default value” for a type. Read more
Source§impl MappingTrait for NumericFieldType
impl MappingTrait for NumericFieldType
Auto Trait Implementations§
impl Freeze for NumericFieldType
impl RefUnwindSafe for NumericFieldType
impl Send for NumericFieldType
impl Sync for NumericFieldType
impl Unpin for NumericFieldType
impl UnwindSafe for NumericFieldType
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