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