Struct amazon_sp_aplus_content::models::standard_image_text_block::StandardImageTextBlock
source · [−]pub struct StandardImageTextBlock {
pub image: Option<Box<ImageComponent>>,
pub headline: Option<Box<TextComponent>>,
pub body: Option<Box<ParagraphComponent>>,
}Expand description
StandardImageTextBlock : The A+ Content standard image and text box block.
Fields
image: Option<Box<ImageComponent>>headline: Option<Box<TextComponent>>body: Option<Box<ParagraphComponent>>Implementations
sourceimpl StandardImageTextBlock
impl StandardImageTextBlock
sourcepub fn new() -> StandardImageTextBlock
pub fn new() -> StandardImageTextBlock
The A+ Content standard image and text box block.
Trait Implementations
sourceimpl Clone for StandardImageTextBlock
impl Clone for StandardImageTextBlock
sourcefn clone(&self) -> StandardImageTextBlock
fn clone(&self) -> StandardImageTextBlock
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 StandardImageTextBlock
impl Debug for StandardImageTextBlock
sourceimpl Default for StandardImageTextBlock
impl Default for StandardImageTextBlock
sourcefn default() -> StandardImageTextBlock
fn default() -> StandardImageTextBlock
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StandardImageTextBlock
impl<'de> Deserialize<'de> for StandardImageTextBlock
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<StandardImageTextBlock> for StandardImageTextBlock
impl PartialEq<StandardImageTextBlock> for StandardImageTextBlock
sourcefn eq(&self, other: &StandardImageTextBlock) -> bool
fn eq(&self, other: &StandardImageTextBlock) -> bool
sourceimpl Serialize for StandardImageTextBlock
impl Serialize for StandardImageTextBlock
impl StructuralPartialEq for StandardImageTextBlock
Auto Trait Implementations
impl RefUnwindSafe for StandardImageTextBlock
impl Send for StandardImageTextBlock
impl Sync for StandardImageTextBlock
impl Unpin for StandardImageTextBlock
impl UnwindSafe for StandardImageTextBlock
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