pub struct DiscoveryCatalogSeed {
pub interface: DiscoveredInterface,
pub first_heard: InstantMillis,
pub observation_count: DiscoveryObservationCount,
}Fields§
§interface: DiscoveredInterface§first_heard: InstantMillis§observation_count: DiscoveryObservationCountTrait Implementations§
Source§impl Debug for DiscoveryCatalogSeed
impl Debug for DiscoveryCatalogSeed
Source§impl PartialEq for DiscoveryCatalogSeed
impl PartialEq for DiscoveryCatalogSeed
impl StructuralPartialEq for DiscoveryCatalogSeed
Auto Trait Implementations§
impl Freeze for DiscoveryCatalogSeed
impl RefUnwindSafe for DiscoveryCatalogSeed
impl Send for DiscoveryCatalogSeed
impl Sync for DiscoveryCatalogSeed
impl Unpin for DiscoveryCatalogSeed
impl UnsafeUnpin for DiscoveryCatalogSeed
impl UnwindSafe for DiscoveryCatalogSeed
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