pub struct ProbeTopologyEntryWire {
pub probe_name: String,
pub kind: String,
pub mode: ProbeModeWire,
}Fields§
§probe_name: String§kind: String§mode: ProbeModeWireTrait Implementations§
Source§impl Clone for ProbeTopologyEntryWire
impl Clone for ProbeTopologyEntryWire
Source§fn clone(&self) -> ProbeTopologyEntryWire
fn clone(&self) -> ProbeTopologyEntryWire
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 ProbeTopologyEntryWire
impl Debug for ProbeTopologyEntryWire
Source§impl<'de> Deserialize<'de> for ProbeTopologyEntryWire
impl<'de> Deserialize<'de> for ProbeTopologyEntryWire
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 ProbeTopologyEntryWire
impl PartialEq for ProbeTopologyEntryWire
Source§impl Serialize for ProbeTopologyEntryWire
impl Serialize for ProbeTopologyEntryWire
impl StructuralPartialEq for ProbeTopologyEntryWire
Auto Trait Implementations§
impl Freeze for ProbeTopologyEntryWire
impl RefUnwindSafe for ProbeTopologyEntryWire
impl Send for ProbeTopologyEntryWire
impl Sync for ProbeTopologyEntryWire
impl Unpin for ProbeTopologyEntryWire
impl UnwindSafe for ProbeTopologyEntryWire
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