pub struct HostGpuProbe {
pub source: String,
pub path: Option<String>,
pub fields: BTreeMap<String, String>,
pub raw_lines: Vec<String>,
}Fields§
§source: String§path: Option<String>§fields: BTreeMap<String, String>§raw_lines: Vec<String>Trait Implementations§
Source§impl Clone for HostGpuProbe
impl Clone for HostGpuProbe
Source§fn clone(&self) -> HostGpuProbe
fn clone(&self) -> HostGpuProbe
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HostGpuProbe
impl Debug for HostGpuProbe
Source§impl Default for HostGpuProbe
impl Default for HostGpuProbe
Source§fn default() -> HostGpuProbe
fn default() -> HostGpuProbe
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HostGpuProbe
impl<'de> Deserialize<'de> for HostGpuProbe
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
impl Eq for HostGpuProbe
Source§impl PartialEq for HostGpuProbe
impl PartialEq for HostGpuProbe
Source§impl Serialize for HostGpuProbe
impl Serialize for HostGpuProbe
impl StructuralPartialEq for HostGpuProbe
Auto Trait Implementations§
impl Freeze for HostGpuProbe
impl RefUnwindSafe for HostGpuProbe
impl Send for HostGpuProbe
impl Sync for HostGpuProbe
impl Unpin for HostGpuProbe
impl UnsafeUnpin for HostGpuProbe
impl UnwindSafe for HostGpuProbe
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