pub struct NodesDisksSmartResponseData {
pub attributes: Option<Vec<Value>>,
pub health: String,
pub text: Option<String>,
pub type: Option<String>,
}Fields§
§attributes: Option<Vec<Value>>§health: String§text: Option<String>§type: Option<String>Implementations§
Source§impl NodesDisksSmartResponseData
impl NodesDisksSmartResponseData
pub fn new(health: String) -> NodesDisksSmartResponseData
Trait Implementations§
Source§impl Clone for NodesDisksSmartResponseData
impl Clone for NodesDisksSmartResponseData
Source§fn clone(&self) -> NodesDisksSmartResponseData
fn clone(&self) -> NodesDisksSmartResponseData
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 NodesDisksSmartResponseData
impl Debug for NodesDisksSmartResponseData
Source§impl Default for NodesDisksSmartResponseData
impl Default for NodesDisksSmartResponseData
Source§fn default() -> NodesDisksSmartResponseData
fn default() -> NodesDisksSmartResponseData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NodesDisksSmartResponseData
impl<'de> Deserialize<'de> for NodesDisksSmartResponseData
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
Source§impl PartialEq for NodesDisksSmartResponseData
impl PartialEq for NodesDisksSmartResponseData
Source§fn eq(&self, other: &NodesDisksSmartResponseData) -> bool
fn eq(&self, other: &NodesDisksSmartResponseData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodesDisksSmartResponseData
Auto Trait Implementations§
impl Freeze for NodesDisksSmartResponseData
impl RefUnwindSafe for NodesDisksSmartResponseData
impl Send for NodesDisksSmartResponseData
impl Sync for NodesDisksSmartResponseData
impl Unpin for NodesDisksSmartResponseData
impl UnsafeUnpin for NodesDisksSmartResponseData
impl UnwindSafe for NodesDisksSmartResponseData
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