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