pub struct EngineMetadata {
pub geosuggest_version: String,
pub created_at: SystemTime,
pub source: EngineSourceMetadata,
pub extra: HashMap<String, String>,
}
Fields§
§geosuggest_version: String
Index was built on version
created_at: SystemTime
Creation time
source: EngineSourceMetadata
Sources metadata
extra: HashMap<String, String>
Custom metadata info
Trait Implementations§
Source§impl Archive for EngineMetadatawhere
String: Archive,
AsUnixTime: ArchiveWith<SystemTime>,
EngineSourceMetadata: Archive,
HashMap<String, String>: Archive,
impl Archive for EngineMetadatawhere
String: Archive,
AsUnixTime: ArchiveWith<SystemTime>,
EngineSourceMetadata: Archive,
HashMap<String, String>: Archive,
Source§type Archived = ArchivedEngineMetadata
type Archived = ArchivedEngineMetadata
The archived representation of this type. Read more
Source§type Resolver = EngineMetadataResolver
type Resolver = EngineMetadataResolver
The resolver for this type. It must contain all the additional
information from serializing needed to make the archived type from
the normal type.
Source§fn resolve(&self, resolver: Self::Resolver, out: Place<Self::Archived>)
fn resolve(&self, resolver: Self::Resolver, out: Place<Self::Archived>)
Creates the archived version of this value at the given position and
writes it to the given output. Read more
Source§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied
directly to a writer instead of calling
serialize
. Read moreSource§impl Clone for EngineMetadata
impl Clone for EngineMetadata
Source§fn clone(&self) -> EngineMetadata
fn clone(&self) -> EngineMetadata
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EngineMetadata
impl Debug for EngineMetadata
Source§impl Default for EngineMetadata
impl Default for EngineMetadata
Source§impl<__D: Fallible + ?Sized> Deserialize<EngineMetadata, __D> for Archived<EngineMetadata>where
String: Archive,
<String as Archive>::Archived: Deserialize<String, __D>,
AsUnixTime: ArchiveWith<SystemTime> + DeserializeWith<<AsUnixTime as ArchiveWith<SystemTime>>::Archived, SystemTime, __D>,
EngineSourceMetadata: Archive,
<EngineSourceMetadata as Archive>::Archived: Deserialize<EngineSourceMetadata, __D>,
HashMap<String, String>: Archive,
<HashMap<String, String> as Archive>::Archived: Deserialize<HashMap<String, String>, __D>,
impl<__D: Fallible + ?Sized> Deserialize<EngineMetadata, __D> for Archived<EngineMetadata>where
String: Archive,
<String as Archive>::Archived: Deserialize<String, __D>,
AsUnixTime: ArchiveWith<SystemTime> + DeserializeWith<<AsUnixTime as ArchiveWith<SystemTime>>::Archived, SystemTime, __D>,
EngineSourceMetadata: Archive,
<EngineSourceMetadata as Archive>::Archived: Deserialize<EngineSourceMetadata, __D>,
HashMap<String, String>: Archive,
<HashMap<String, String> as Archive>::Archived: Deserialize<HashMap<String, String>, __D>,
Source§fn deserialize(
&self,
deserializer: &mut __D,
) -> Result<EngineMetadata, <__D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut __D, ) -> Result<EngineMetadata, <__D as Fallible>::Error>
Deserializes using the given deserializer
Source§impl<__S: Fallible + ?Sized> Serialize<__S> for EngineMetadatawhere
String: Serialize<__S>,
AsUnixTime: SerializeWith<SystemTime, __S>,
EngineSourceMetadata: Serialize<__S>,
HashMap<String, String>: Serialize<__S>,
impl<__S: Fallible + ?Sized> Serialize<__S> for EngineMetadatawhere
String: Serialize<__S>,
AsUnixTime: SerializeWith<SystemTime, __S>,
EngineSourceMetadata: Serialize<__S>,
HashMap<String, String>: Serialize<__S>,
Auto Trait Implementations§
impl Freeze for EngineMetadata
impl RefUnwindSafe for EngineMetadata
impl Send for EngineMetadata
impl Sync for EngineMetadata
impl Unpin for EngineMetadata
impl UnwindSafe for EngineMetadata
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
Source§impl<T> ArchiveUnsized for Twhere
T: Archive,
impl<T> ArchiveUnsized for Twhere
T: Archive,
Source§type Archived = <T as Archive>::Archived
type Archived = <T as Archive>::Archived
The archived counterpart of this type. Unlike
Archive
, it may be
unsized. Read moreSource§fn archived_metadata(
&self,
) -> <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata
fn archived_metadata( &self, ) -> <<T as ArchiveUnsized>::Archived as ArchivePointee>::ArchivedMetadata
Creates the archived version of the metadata for this value.
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
Source§impl<T> CheckedAs for T
impl<T> CheckedAs for T
Source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
Source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
Source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.
Source§impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2
impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2
Source§unsafe fn is_niched(niched: *const NichedOption<T, N1>) -> bool
unsafe fn is_niched(niched: *const NichedOption<T, N1>) -> bool
Returns whether the given value has been niched. Read more
Source§fn resolve_niched(out: Place<NichedOption<T, N1>>)
fn resolve_niched(out: Place<NichedOption<T, N1>>)
Writes data to
out
indicating that a T
is niched.Source§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
Source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
Source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
Source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
Source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T, S> SerializeUnsized<S> for T
impl<T, S> SerializeUnsized<S> for T
Source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
Source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
Casts the value.
Source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
Source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
Source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
Source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
Casts the value.
Source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
Source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.