pub struct ClusterMappingGetPciResponseDataInner {
pub checks: Option<Vec<ClusterMappingGetDirResponseDataInnerChecksInner>>,
pub description: String,
pub id: String,
pub map: Vec<String>,
}Fields§
§checks: Option<Vec<ClusterMappingGetDirResponseDataInnerChecksInner>>A list of checks, only present if ‘check_node’ is set.
description: StringA description of the logical mapping.
id: StringThe logical ID of the mapping.
map: Vec<String>The entries of the mapping.
Implementations§
Trait Implementations§
Source§impl Clone for ClusterMappingGetPciResponseDataInner
impl Clone for ClusterMappingGetPciResponseDataInner
Source§fn clone(&self) -> ClusterMappingGetPciResponseDataInner
fn clone(&self) -> ClusterMappingGetPciResponseDataInner
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 Default for ClusterMappingGetPciResponseDataInner
impl Default for ClusterMappingGetPciResponseDataInner
Source§fn default() -> ClusterMappingGetPciResponseDataInner
fn default() -> ClusterMappingGetPciResponseDataInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClusterMappingGetPciResponseDataInner
impl<'de> Deserialize<'de> for ClusterMappingGetPciResponseDataInner
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 ClusterMappingGetPciResponseDataInner
impl PartialEq for ClusterMappingGetPciResponseDataInner
Source§fn eq(&self, other: &ClusterMappingGetPciResponseDataInner) -> bool
fn eq(&self, other: &ClusterMappingGetPciResponseDataInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClusterMappingGetPciResponseDataInner
Auto Trait Implementations§
impl Freeze for ClusterMappingGetPciResponseDataInner
impl RefUnwindSafe for ClusterMappingGetPciResponseDataInner
impl Send for ClusterMappingGetPciResponseDataInner
impl Sync for ClusterMappingGetPciResponseDataInner
impl Unpin for ClusterMappingGetPciResponseDataInner
impl UnsafeUnpin for ClusterMappingGetPciResponseDataInner
impl UnwindSafe for ClusterMappingGetPciResponseDataInner
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