pub struct PortableLookupIndexSpec {
pub field_name: String,
pub temporal_field: Option<String>,
}Fields§
§field_name: String§temporal_field: Option<String>Trait Implementations§
Source§impl Clone for PortableLookupIndexSpec
impl Clone for PortableLookupIndexSpec
Source§fn clone(&self) -> PortableLookupIndexSpec
fn clone(&self) -> PortableLookupIndexSpec
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 PortableLookupIndexSpec
impl Debug for PortableLookupIndexSpec
Source§impl<'de> Deserialize<'de> for PortableLookupIndexSpec
impl<'de> Deserialize<'de> for PortableLookupIndexSpec
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 Eq for PortableLookupIndexSpec
Source§impl PartialEq for PortableLookupIndexSpec
impl PartialEq for PortableLookupIndexSpec
Source§impl Serialize for PortableLookupIndexSpec
impl Serialize for PortableLookupIndexSpec
impl StructuralPartialEq for PortableLookupIndexSpec
Auto Trait Implementations§
impl Freeze for PortableLookupIndexSpec
impl RefUnwindSafe for PortableLookupIndexSpec
impl Send for PortableLookupIndexSpec
impl Sync for PortableLookupIndexSpec
impl Unpin for PortableLookupIndexSpec
impl UnsafeUnpin for PortableLookupIndexSpec
impl UnwindSafe for PortableLookupIndexSpec
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