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