Struct amazon_sp_aplus_content::models::standard_header_text_list_block::StandardHeaderTextListBlock
source · [−]pub struct StandardHeaderTextListBlock {
pub headline: Option<Box<TextComponent>>,
pub block: Option<Box<StandardTextListBlock>>,
}Expand description
StandardHeaderTextListBlock : The A+ standard fixed-length list of text, with a related headline.
Fields
headline: Option<Box<TextComponent>>block: Option<Box<StandardTextListBlock>>Implementations
sourceimpl StandardHeaderTextListBlock
impl StandardHeaderTextListBlock
sourcepub fn new() -> StandardHeaderTextListBlock
pub fn new() -> StandardHeaderTextListBlock
The A+ standard fixed-length list of text, with a related headline.
Trait Implementations
sourceimpl Clone for StandardHeaderTextListBlock
impl Clone for StandardHeaderTextListBlock
sourcefn clone(&self) -> StandardHeaderTextListBlock
fn clone(&self) -> StandardHeaderTextListBlock
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 StandardHeaderTextListBlock
impl Debug for StandardHeaderTextListBlock
sourceimpl Default for StandardHeaderTextListBlock
impl Default for StandardHeaderTextListBlock
sourcefn default() -> StandardHeaderTextListBlock
fn default() -> StandardHeaderTextListBlock
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StandardHeaderTextListBlock
impl<'de> Deserialize<'de> for StandardHeaderTextListBlock
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<StandardHeaderTextListBlock> for StandardHeaderTextListBlock
impl PartialEq<StandardHeaderTextListBlock> for StandardHeaderTextListBlock
sourcefn eq(&self, other: &StandardHeaderTextListBlock) -> bool
fn eq(&self, other: &StandardHeaderTextListBlock) -> bool
impl StructuralPartialEq for StandardHeaderTextListBlock
Auto Trait Implementations
impl RefUnwindSafe for StandardHeaderTextListBlock
impl Send for StandardHeaderTextListBlock
impl Sync for StandardHeaderTextListBlock
impl Unpin for StandardHeaderTextListBlock
impl UnwindSafe for StandardHeaderTextListBlock
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