pub struct DiscoveryEntry {
pub name: String,
pub labels: Vec<String>,
}Fields§
§name: String§labels: Vec<String>Trait Implementations§
Source§impl Clone for DiscoveryEntry
impl Clone for DiscoveryEntry
Source§fn clone(&self) -> DiscoveryEntry
fn clone(&self) -> DiscoveryEntry
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 DiscoveryEntry
impl Debug for DiscoveryEntry
Source§impl PartialEq for DiscoveryEntry
impl PartialEq for DiscoveryEntry
impl Eq for DiscoveryEntry
impl StructuralPartialEq for DiscoveryEntry
Auto Trait Implementations§
impl Freeze for DiscoveryEntry
impl RefUnwindSafe for DiscoveryEntry
impl Send for DiscoveryEntry
impl Sync for DiscoveryEntry
impl Unpin for DiscoveryEntry
impl UnsafeUnpin for DiscoveryEntry
impl UnwindSafe for DiscoveryEntry
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