pub struct FederationPublisherObservation {
pub publisher: GenericRegistryPublisher,
pub report_ref: FederationArtifactReference,
pub observed_listing_sha256: String,
pub freshness: GenericListingReplicaFreshness,
pub observed_at: u64,
pub upstream_hop_count: u32,
}Fields§
§publisher: GenericRegistryPublisher§report_ref: FederationArtifactReference§observed_listing_sha256: String§freshness: GenericListingReplicaFreshness§observed_at: u64§upstream_hop_count: u32Trait Implementations§
Source§impl Clone for FederationPublisherObservation
impl Clone for FederationPublisherObservation
Source§fn clone(&self) -> FederationPublisherObservation
fn clone(&self) -> FederationPublisherObservation
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<'de> Deserialize<'de> for FederationPublisherObservation
impl<'de> Deserialize<'de> for FederationPublisherObservation
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 FederationPublisherObservation
impl PartialEq for FederationPublisherObservation
Source§fn eq(&self, other: &FederationPublisherObservation) -> bool
fn eq(&self, other: &FederationPublisherObservation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FederationPublisherObservation
impl StructuralPartialEq for FederationPublisherObservation
Auto Trait Implementations§
impl Freeze for FederationPublisherObservation
impl RefUnwindSafe for FederationPublisherObservation
impl Send for FederationPublisherObservation
impl Sync for FederationPublisherObservation
impl Unpin for FederationPublisherObservation
impl UnsafeUnpin for FederationPublisherObservation
impl UnwindSafe for FederationPublisherObservation
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