pub struct DiscoveryclustersClusters {
pub banner_with_content_container: Option<DiscoveryclustersClustersBannerWithContentContainer>,
pub sub_title: Option<String>,
pub title: Option<String>,
pub total_volumes: Option<i32>,
pub uid: Option<String>,
pub volumes: Option<Vec<Volume>>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
no description provided
sub_title: Option<String>no description provided
title: Option<String>no description provided
total_volumes: Option<i32>no description provided
uid: Option<String>no description provided
volumes: Option<Vec<Volume>>no description provided
Trait Implementations§
Source§impl Clone for DiscoveryclustersClusters
impl Clone for DiscoveryclustersClusters
Source§fn clone(&self) -> DiscoveryclustersClusters
fn clone(&self) -> DiscoveryclustersClusters
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 DiscoveryclustersClusters
impl Debug for DiscoveryclustersClusters
Source§impl Default for DiscoveryclustersClusters
impl Default for DiscoveryclustersClusters
Source§fn default() -> DiscoveryclustersClusters
fn default() -> DiscoveryclustersClusters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DiscoveryclustersClusters
impl<'de> Deserialize<'de> for DiscoveryclustersClusters
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
impl NestedType for DiscoveryclustersClusters
impl Part for DiscoveryclustersClusters
Auto Trait Implementations§
impl Freeze for DiscoveryclustersClusters
impl RefUnwindSafe for DiscoveryclustersClusters
impl Send for DiscoveryclustersClusters
impl Sync for DiscoveryclustersClusters
impl Unpin for DiscoveryclustersClusters
impl UnwindSafe for DiscoveryclustersClusters
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