Struct redfish_codegen::models::memory::v1_17_0::ScanMediaRequestBody
source · pub struct ScanMediaRequestBody {
pub length: i64,
pub no_event_log: Option<bool>,
pub physical_address: String,
}
Expand description
Scans the media of the memory device.
Fields§
§length: i64
The length of the target region to scan in bytes from the physical address.
no_event_log: Option<bool>
Indicates whether events related to the media scan are not logged.
physical_address: String
The starting device physical address to scan as a hex-encoded string.
Trait Implementations§
source§impl Clone for ScanMediaRequestBody
impl Clone for ScanMediaRequestBody
source§fn clone(&self) -> ScanMediaRequestBody
fn clone(&self) -> ScanMediaRequestBody
Returns a copy 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 ScanMediaRequestBody
impl Debug for ScanMediaRequestBody
source§impl Default for ScanMediaRequestBody
impl Default for ScanMediaRequestBody
source§fn default() -> ScanMediaRequestBody
fn default() -> ScanMediaRequestBody
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ScanMediaRequestBody
impl<'de> Deserialize<'de> for ScanMediaRequestBody
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