pub struct SlmpDeviceRangeSampleReport {
pub model: String,
pub family: SlmpDeviceRangeFamily,
pub sample_points: usize,
pub only: Vec<String>,
pub summary: SlmpDeviceRangeSampleSummary,
pub devices: Vec<SlmpDeviceRangeSampleDeviceReport>,
}Fields§
§model: String§family: SlmpDeviceRangeFamily§sample_points: usize§only: Vec<String>§summary: SlmpDeviceRangeSampleSummary§devices: Vec<SlmpDeviceRangeSampleDeviceReport>Implementations§
Source§impl SlmpDeviceRangeSampleReport
impl SlmpDeviceRangeSampleReport
pub fn is_success(&self) -> bool
Trait Implementations§
Source§impl Clone for SlmpDeviceRangeSampleReport
impl Clone for SlmpDeviceRangeSampleReport
Source§fn clone(&self) -> SlmpDeviceRangeSampleReport
fn clone(&self) -> SlmpDeviceRangeSampleReport
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 SlmpDeviceRangeSampleReport
impl Debug for SlmpDeviceRangeSampleReport
Source§impl<'de> Deserialize<'de> for SlmpDeviceRangeSampleReport
impl<'de> Deserialize<'de> for SlmpDeviceRangeSampleReport
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
Auto Trait Implementations§
impl Freeze for SlmpDeviceRangeSampleReport
impl RefUnwindSafe for SlmpDeviceRangeSampleReport
impl Send for SlmpDeviceRangeSampleReport
impl Sync for SlmpDeviceRangeSampleReport
impl Unpin for SlmpDeviceRangeSampleReport
impl UnsafeUnpin for SlmpDeviceRangeSampleReport
impl UnwindSafe for SlmpDeviceRangeSampleReport
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