Struct amazon_sp_aplus_content::models::standard_single_image_specs_detail_module::StandardSingleImageSpecsDetailModule
source · [−]pub struct StandardSingleImageSpecsDetailModule {
pub headline: Option<Box<TextComponent>>,
pub image: Option<Box<ImageComponent>>,
pub description_headline: Option<Box<TextComponent>>,
pub description_block1: Option<Box<StandardTextBlock>>,
pub description_block2: Option<Box<StandardTextBlock>>,
pub specification_headline: Option<Box<TextComponent>>,
pub specification_list_block: Option<Box<StandardHeaderTextListBlock>>,
pub specification_text_block: Option<Box<StandardTextBlock>>,
}Expand description
StandardSingleImageSpecsDetailModule : A standard image with paragraphs and a bulleted list, and extra space for technical details.
Fields
headline: Option<Box<TextComponent>>image: Option<Box<ImageComponent>>description_headline: Option<Box<TextComponent>>description_block1: Option<Box<StandardTextBlock>>description_block2: Option<Box<StandardTextBlock>>specification_headline: Option<Box<TextComponent>>specification_list_block: Option<Box<StandardHeaderTextListBlock>>specification_text_block: Option<Box<StandardTextBlock>>Implementations
sourceimpl StandardSingleImageSpecsDetailModule
impl StandardSingleImageSpecsDetailModule
sourcepub fn new() -> StandardSingleImageSpecsDetailModule
pub fn new() -> StandardSingleImageSpecsDetailModule
A standard image with paragraphs and a bulleted list, and extra space for technical details.
Trait Implementations
sourceimpl Clone for StandardSingleImageSpecsDetailModule
impl Clone for StandardSingleImageSpecsDetailModule
sourcefn clone(&self) -> StandardSingleImageSpecsDetailModule
fn clone(&self) -> StandardSingleImageSpecsDetailModule
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 StandardSingleImageSpecsDetailModule
impl Default for StandardSingleImageSpecsDetailModule
sourcefn default() -> StandardSingleImageSpecsDetailModule
fn default() -> StandardSingleImageSpecsDetailModule
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StandardSingleImageSpecsDetailModule
impl<'de> Deserialize<'de> for StandardSingleImageSpecsDetailModule
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<StandardSingleImageSpecsDetailModule> for StandardSingleImageSpecsDetailModule
impl PartialEq<StandardSingleImageSpecsDetailModule> for StandardSingleImageSpecsDetailModule
sourcefn eq(&self, other: &StandardSingleImageSpecsDetailModule) -> bool
fn eq(&self, other: &StandardSingleImageSpecsDetailModule) -> bool
impl StructuralPartialEq for StandardSingleImageSpecsDetailModule
Auto Trait Implementations
impl RefUnwindSafe for StandardSingleImageSpecsDetailModule
impl Send for StandardSingleImageSpecsDetailModule
impl Sync for StandardSingleImageSpecsDetailModule
impl Unpin for StandardSingleImageSpecsDetailModule
impl UnwindSafe for StandardSingleImageSpecsDetailModule
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