Struct amazon_sp_aplus_content::models::standard_four_image_text_module::StandardFourImageTextModule
source · [−]pub struct StandardFourImageTextModule {
pub headline: Option<Box<TextComponent>>,
pub block1: Option<Box<StandardImageTextBlock>>,
pub block2: Option<Box<StandardImageTextBlock>>,
pub block3: Option<Box<StandardImageTextBlock>>,
pub block4: Option<Box<StandardImageTextBlock>>,
}Expand description
StandardFourImageTextModule : Four standard images with text, presented across a single row.
Fields
headline: Option<Box<TextComponent>>block1: Option<Box<StandardImageTextBlock>>block2: Option<Box<StandardImageTextBlock>>block3: Option<Box<StandardImageTextBlock>>block4: Option<Box<StandardImageTextBlock>>Implementations
sourceimpl StandardFourImageTextModule
impl StandardFourImageTextModule
sourcepub fn new() -> StandardFourImageTextModule
pub fn new() -> StandardFourImageTextModule
Four standard images with text, presented across a single row.
Trait Implementations
sourceimpl Clone for StandardFourImageTextModule
impl Clone for StandardFourImageTextModule
sourcefn clone(&self) -> StandardFourImageTextModule
fn clone(&self) -> StandardFourImageTextModule
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 StandardFourImageTextModule
impl Debug for StandardFourImageTextModule
sourceimpl Default for StandardFourImageTextModule
impl Default for StandardFourImageTextModule
sourcefn default() -> StandardFourImageTextModule
fn default() -> StandardFourImageTextModule
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StandardFourImageTextModule
impl<'de> Deserialize<'de> for StandardFourImageTextModule
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<StandardFourImageTextModule> for StandardFourImageTextModule
impl PartialEq<StandardFourImageTextModule> for StandardFourImageTextModule
sourcefn eq(&self, other: &StandardFourImageTextModule) -> bool
fn eq(&self, other: &StandardFourImageTextModule) -> bool
impl StructuralPartialEq for StandardFourImageTextModule
Auto Trait Implementations
impl RefUnwindSafe for StandardFourImageTextModule
impl Send for StandardFourImageTextModule
impl Sync for StandardFourImageTextModule
impl Unpin for StandardFourImageTextModule
impl UnwindSafe for StandardFourImageTextModule
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