Struct amazon_sp_aplus_content::models::standard_image_text_overlay_module::StandardImageTextOverlayModule
source · [−]pub struct StandardImageTextOverlayModule {
pub overlay_color_type: ColorType,
pub block: Option<Box<StandardImageTextBlock>>,
}Expand description
StandardImageTextOverlayModule : A standard background image with a floating text box.
Fields
overlay_color_type: ColorTypeblock: Option<Box<StandardImageTextBlock>>Implementations
sourceimpl StandardImageTextOverlayModule
impl StandardImageTextOverlayModule
sourcepub fn new(overlay_color_type: ColorType) -> StandardImageTextOverlayModule
pub fn new(overlay_color_type: ColorType) -> StandardImageTextOverlayModule
A standard background image with a floating text box.
Trait Implementations
sourceimpl Clone for StandardImageTextOverlayModule
impl Clone for StandardImageTextOverlayModule
sourcefn clone(&self) -> StandardImageTextOverlayModule
fn clone(&self) -> StandardImageTextOverlayModule
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 StandardImageTextOverlayModule
impl Default for StandardImageTextOverlayModule
sourcefn default() -> StandardImageTextOverlayModule
fn default() -> StandardImageTextOverlayModule
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StandardImageTextOverlayModule
impl<'de> Deserialize<'de> for StandardImageTextOverlayModule
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<StandardImageTextOverlayModule> for StandardImageTextOverlayModule
impl PartialEq<StandardImageTextOverlayModule> for StandardImageTextOverlayModule
sourcefn eq(&self, other: &StandardImageTextOverlayModule) -> bool
fn eq(&self, other: &StandardImageTextOverlayModule) -> bool
impl StructuralPartialEq for StandardImageTextOverlayModule
Auto Trait Implementations
impl RefUnwindSafe for StandardImageTextOverlayModule
impl Send for StandardImageTextOverlayModule
impl Sync for StandardImageTextOverlayModule
impl Unpin for StandardImageTextOverlayModule
impl UnwindSafe for StandardImageTextOverlayModule
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