pub struct SpanGapQuery {}Expand description
SpanGapQuery
Can only be used as a clause in a span_near query.
Implementations§
Source§impl SpanGapQuery
impl SpanGapQuery
Sourcepub fn new() -> SpanGapQuery
pub fn new() -> SpanGapQuery
Can only be used as a clause in a span_near query.
Trait Implementations§
Source§impl Clone for SpanGapQuery
impl Clone for SpanGapQuery
Source§fn clone(&self) -> SpanGapQuery
fn clone(&self) -> SpanGapQuery
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 SpanGapQuery
impl Debug for SpanGapQuery
Source§impl Default for SpanGapQuery
impl Default for SpanGapQuery
Source§fn default() -> SpanGapQuery
fn default() -> SpanGapQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpanGapQuery
impl<'de> Deserialize<'de> for SpanGapQuery
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 SpanGapQuery
impl PartialEq for SpanGapQuery
Source§fn eq(&self, other: &SpanGapQuery) -> bool
fn eq(&self, other: &SpanGapQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SpanGapQuery
impl Serialize for SpanGapQuery
impl StructuralPartialEq for SpanGapQuery
Auto Trait Implementations§
impl Freeze for SpanGapQuery
impl RefUnwindSafe for SpanGapQuery
impl Send for SpanGapQuery
impl Sync for SpanGapQuery
impl Unpin for SpanGapQuery
impl UnsafeUnpin for SpanGapQuery
impl UnwindSafe for SpanGapQuery
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