Struct amazon_sp_aplus_content::models::standard_image_sidebar_module::StandardImageSidebarModule
source · [−]pub struct StandardImageSidebarModule {
pub headline: Option<Box<TextComponent>>,
pub image_caption_block: Option<Box<StandardImageCaptionBlock>>,
pub description_text_block: Option<Box<StandardTextBlock>>,
pub description_list_block: Option<Box<StandardTextListBlock>>,
pub sidebar_image_text_block: Option<Box<StandardImageTextBlock>>,
pub sidebar_list_block: Option<Box<StandardTextListBlock>>,
}Expand description
StandardImageSidebarModule : Two images, two paragraphs, and two bulleted lists. One image is smaller and displayed in the sidebar.
Fields
headline: Option<Box<TextComponent>>image_caption_block: Option<Box<StandardImageCaptionBlock>>description_text_block: Option<Box<StandardTextBlock>>description_list_block: Option<Box<StandardTextListBlock>>Implementations
sourceimpl StandardImageSidebarModule
impl StandardImageSidebarModule
sourcepub fn new() -> StandardImageSidebarModule
pub fn new() -> StandardImageSidebarModule
Two images, two paragraphs, and two bulleted lists. One image is smaller and displayed in the sidebar.
Trait Implementations
sourceimpl Clone for StandardImageSidebarModule
impl Clone for StandardImageSidebarModule
sourcefn clone(&self) -> StandardImageSidebarModule
fn clone(&self) -> StandardImageSidebarModule
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 Debug for StandardImageSidebarModule
impl Debug for StandardImageSidebarModule
sourceimpl Default for StandardImageSidebarModule
impl Default for StandardImageSidebarModule
sourcefn default() -> StandardImageSidebarModule
fn default() -> StandardImageSidebarModule
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StandardImageSidebarModule
impl<'de> Deserialize<'de> for StandardImageSidebarModule
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<StandardImageSidebarModule> for StandardImageSidebarModule
impl PartialEq<StandardImageSidebarModule> for StandardImageSidebarModule
sourcefn eq(&self, other: &StandardImageSidebarModule) -> bool
fn eq(&self, other: &StandardImageSidebarModule) -> bool
impl StructuralPartialEq for StandardImageSidebarModule
Auto Trait Implementations
impl RefUnwindSafe for StandardImageSidebarModule
impl Send for StandardImageSidebarModule
impl Sync for StandardImageSidebarModule
impl Unpin for StandardImageSidebarModule
impl UnwindSafe for StandardImageSidebarModule
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