Struct amazon_sp_aplus_content::models::standard_multiple_image_text_module::StandardMultipleImageTextModule
source · [−]pub struct StandardMultipleImageTextModule {
pub blocks: Option<Vec<StandardImageTextCaptionBlock>>,
}Expand description
StandardMultipleImageTextModule : Standard images with text, presented one at a time. The user clicks on thumbnails to view each block.
Fields
blocks: Option<Vec<StandardImageTextCaptionBlock>>Implementations
sourceimpl StandardMultipleImageTextModule
impl StandardMultipleImageTextModule
sourcepub fn new() -> StandardMultipleImageTextModule
pub fn new() -> StandardMultipleImageTextModule
Standard images with text, presented one at a time. The user clicks on thumbnails to view each block.
Trait Implementations
sourceimpl Clone for StandardMultipleImageTextModule
impl Clone for StandardMultipleImageTextModule
sourcefn clone(&self) -> StandardMultipleImageTextModule
fn clone(&self) -> StandardMultipleImageTextModule
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 StandardMultipleImageTextModule
impl Default for StandardMultipleImageTextModule
sourcefn default() -> StandardMultipleImageTextModule
fn default() -> StandardMultipleImageTextModule
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StandardMultipleImageTextModule
impl<'de> Deserialize<'de> for StandardMultipleImageTextModule
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<StandardMultipleImageTextModule> for StandardMultipleImageTextModule
impl PartialEq<StandardMultipleImageTextModule> for StandardMultipleImageTextModule
sourcefn eq(&self, other: &StandardMultipleImageTextModule) -> bool
fn eq(&self, other: &StandardMultipleImageTextModule) -> bool
impl StructuralPartialEq for StandardMultipleImageTextModule
Auto Trait Implementations
impl RefUnwindSafe for StandardMultipleImageTextModule
impl Send for StandardMultipleImageTextModule
impl Sync for StandardMultipleImageTextModule
impl Unpin for StandardMultipleImageTextModule
impl UnwindSafe for StandardMultipleImageTextModule
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