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