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