pub struct GenericListingSearchResult {
pub rank: u64,
pub listing: SignedGenericListing,
pub publisher: GenericRegistryPublisher,
pub freshness: GenericListingReplicaFreshness,
pub replica_operator_ids: Vec<String>,
}Fields§
§rank: u64§listing: SignedGenericListing§publisher: GenericRegistryPublisher§freshness: GenericListingReplicaFreshness§replica_operator_ids: Vec<String>Trait Implementations§
Source§impl Clone for GenericListingSearchResult
impl Clone for GenericListingSearchResult
Source§fn clone(&self) -> GenericListingSearchResult
fn clone(&self) -> GenericListingSearchResult
Returns a duplicate of the value. Read more
1.0.0 · 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 GenericListingSearchResult
impl Debug for GenericListingSearchResult
Source§impl<'de> Deserialize<'de> for GenericListingSearchResult
impl<'de> Deserialize<'de> for GenericListingSearchResult
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 StructuralPartialEq for GenericListingSearchResult
Auto Trait Implementations§
impl Freeze for GenericListingSearchResult
impl RefUnwindSafe for GenericListingSearchResult
impl Send for GenericListingSearchResult
impl Sync for GenericListingSearchResult
impl Unpin for GenericListingSearchResult
impl UnsafeUnpin for GenericListingSearchResult
impl UnwindSafe for GenericListingSearchResult
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