Struct amazon_sp_aplus_content::models::standard_tech_specs_module::StandardTechSpecsModule
source · [−]pub struct StandardTechSpecsModule {
pub headline: Option<Box<TextComponent>>,
pub specification_list: Vec<StandardTextPairBlock>,
pub table_count: Option<i32>,
}Expand description
StandardTechSpecsModule : The standard table of technical feature names and definitions.
Fields
headline: Option<Box<TextComponent>>specification_list: Vec<StandardTextPairBlock>The specification list.
table_count: Option<i32>The number of tables to present. Features are evenly divided between the tables.
Implementations
sourceimpl StandardTechSpecsModule
impl StandardTechSpecsModule
sourcepub fn new(
specification_list: Vec<StandardTextPairBlock>
) -> StandardTechSpecsModule
pub fn new(
specification_list: Vec<StandardTextPairBlock>
) -> StandardTechSpecsModule
The standard table of technical feature names and definitions.
Trait Implementations
sourceimpl Clone for StandardTechSpecsModule
impl Clone for StandardTechSpecsModule
sourcefn clone(&self) -> StandardTechSpecsModule
fn clone(&self) -> StandardTechSpecsModule
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 StandardTechSpecsModule
impl Debug for StandardTechSpecsModule
sourceimpl Default for StandardTechSpecsModule
impl Default for StandardTechSpecsModule
sourcefn default() -> StandardTechSpecsModule
fn default() -> StandardTechSpecsModule
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StandardTechSpecsModule
impl<'de> Deserialize<'de> for StandardTechSpecsModule
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<StandardTechSpecsModule> for StandardTechSpecsModule
impl PartialEq<StandardTechSpecsModule> for StandardTechSpecsModule
sourcefn eq(&self, other: &StandardTechSpecsModule) -> bool
fn eq(&self, other: &StandardTechSpecsModule) -> bool
sourceimpl Serialize for StandardTechSpecsModule
impl Serialize for StandardTechSpecsModule
impl StructuralPartialEq for StandardTechSpecsModule
Auto Trait Implementations
impl RefUnwindSafe for StandardTechSpecsModule
impl Send for StandardTechSpecsModule
impl Sync for StandardTechSpecsModule
impl Unpin for StandardTechSpecsModule
impl UnwindSafe for StandardTechSpecsModule
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