Struct amazon_sp_aplus_content::models::standard_single_image_highlights_module::StandardSingleImageHighlightsModule
source · [−]pub struct StandardSingleImageHighlightsModule {
pub image: Option<Box<ImageComponent>>,
pub headline: Option<Box<TextComponent>>,
pub text_block1: Option<Box<StandardTextBlock>>,
pub text_block2: Option<Box<StandardTextBlock>>,
pub text_block3: Option<Box<StandardTextBlock>>,
pub bulleted_list_block: Option<Box<StandardHeaderTextListBlock>>,
}Expand description
StandardSingleImageHighlightsModule : A standard image with several paragraphs and a bulleted list.
Fields
image: Option<Box<ImageComponent>>headline: Option<Box<TextComponent>>text_block1: Option<Box<StandardTextBlock>>text_block2: Option<Box<StandardTextBlock>>text_block3: Option<Box<StandardTextBlock>>bulleted_list_block: Option<Box<StandardHeaderTextListBlock>>Implementations
sourceimpl StandardSingleImageHighlightsModule
impl StandardSingleImageHighlightsModule
sourcepub fn new() -> StandardSingleImageHighlightsModule
pub fn new() -> StandardSingleImageHighlightsModule
A standard image with several paragraphs and a bulleted list.
Trait Implementations
sourceimpl Clone for StandardSingleImageHighlightsModule
impl Clone for StandardSingleImageHighlightsModule
sourcefn clone(&self) -> StandardSingleImageHighlightsModule
fn clone(&self) -> StandardSingleImageHighlightsModule
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for StandardSingleImageHighlightsModule
impl Default for StandardSingleImageHighlightsModule
sourcefn default() -> StandardSingleImageHighlightsModule
fn default() -> StandardSingleImageHighlightsModule
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StandardSingleImageHighlightsModule
impl<'de> Deserialize<'de> for StandardSingleImageHighlightsModule
sourcefn 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
sourceimpl PartialEq<StandardSingleImageHighlightsModule> for StandardSingleImageHighlightsModule
impl PartialEq<StandardSingleImageHighlightsModule> for StandardSingleImageHighlightsModule
sourcefn eq(&self, other: &StandardSingleImageHighlightsModule) -> bool
fn eq(&self, other: &StandardSingleImageHighlightsModule) -> bool
impl StructuralPartialEq for StandardSingleImageHighlightsModule
Auto Trait Implementations
impl RefUnwindSafe for StandardSingleImageHighlightsModule
impl Send for StandardSingleImageHighlightsModule
impl Sync for StandardSingleImageHighlightsModule
impl Unpin for StandardSingleImageHighlightsModule
impl UnwindSafe for StandardSingleImageHighlightsModule
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more