Struct amazon_sp_aplus_content::models::standard_product_description_module::StandardProductDescriptionModule
source · [−]pub struct StandardProductDescriptionModule {
pub body: Box<ParagraphComponent>,
}Expand description
StandardProductDescriptionModule : Standard product description text.
Fields
body: Box<ParagraphComponent>Implementations
sourceimpl StandardProductDescriptionModule
impl StandardProductDescriptionModule
sourcepub fn new(body: ParagraphComponent) -> StandardProductDescriptionModule
pub fn new(body: ParagraphComponent) -> StandardProductDescriptionModule
Standard product description text.
Trait Implementations
sourceimpl Clone for StandardProductDescriptionModule
impl Clone for StandardProductDescriptionModule
sourcefn clone(&self) -> StandardProductDescriptionModule
fn clone(&self) -> StandardProductDescriptionModule
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 StandardProductDescriptionModule
impl Default for StandardProductDescriptionModule
sourcefn default() -> StandardProductDescriptionModule
fn default() -> StandardProductDescriptionModule
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StandardProductDescriptionModule
impl<'de> Deserialize<'de> for StandardProductDescriptionModule
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<StandardProductDescriptionModule> for StandardProductDescriptionModule
impl PartialEq<StandardProductDescriptionModule> for StandardProductDescriptionModule
sourcefn eq(&self, other: &StandardProductDescriptionModule) -> bool
fn eq(&self, other: &StandardProductDescriptionModule) -> bool
impl StructuralPartialEq for StandardProductDescriptionModule
Auto Trait Implementations
impl RefUnwindSafe for StandardProductDescriptionModule
impl Send for StandardProductDescriptionModule
impl Sync for StandardProductDescriptionModule
impl Unpin for StandardProductDescriptionModule
impl UnwindSafe for StandardProductDescriptionModule
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