pub struct HealDriveInfos {
pub drives: Vec<HealDriveInfo>,
}Expand description
Collection of heal drive infos
Fields§
§drives: Vec<HealDriveInfo>Drive information
Trait Implementations§
Source§impl Clone for HealDriveInfos
impl Clone for HealDriveInfos
Source§fn clone(&self) -> HealDriveInfos
fn clone(&self) -> HealDriveInfos
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 HealDriveInfos
impl Debug for HealDriveInfos
Source§impl Default for HealDriveInfos
impl Default for HealDriveInfos
Source§fn default() -> HealDriveInfos
fn default() -> HealDriveInfos
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HealDriveInfos
impl<'de> Deserialize<'de> for HealDriveInfos
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 HealDriveInfos
impl RefUnwindSafe for HealDriveInfos
impl Send for HealDriveInfos
impl Sync for HealDriveInfos
impl Unpin for HealDriveInfos
impl UnsafeUnpin for HealDriveInfos
impl UnwindSafe for HealDriveInfos
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