Expand description
StandardTextListBlock : The A+ Content standard fixed length list of text, usually presented as bullet points.
Fields
text_list: Vec<TextItem>Implementations
sourceimpl StandardTextListBlock
impl StandardTextListBlock
sourcepub fn new(text_list: Vec<TextItem>) -> StandardTextListBlock
pub fn new(text_list: Vec<TextItem>) -> StandardTextListBlock
The A+ Content standard fixed length list of text, usually presented as bullet points.
Trait Implementations
sourceimpl Clone for StandardTextListBlock
impl Clone for StandardTextListBlock
sourcefn clone(&self) -> StandardTextListBlock
fn clone(&self) -> StandardTextListBlock
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 StandardTextListBlock
impl Debug for StandardTextListBlock
sourceimpl Default for StandardTextListBlock
impl Default for StandardTextListBlock
sourcefn default() -> StandardTextListBlock
fn default() -> StandardTextListBlock
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for StandardTextListBlock
impl<'de> Deserialize<'de> for StandardTextListBlock
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<StandardTextListBlock> for StandardTextListBlock
impl PartialEq<StandardTextListBlock> for StandardTextListBlock
sourcefn eq(&self, other: &StandardTextListBlock) -> bool
fn eq(&self, other: &StandardTextListBlock) -> bool
sourceimpl Serialize for StandardTextListBlock
impl Serialize for StandardTextListBlock
impl StructuralPartialEq for StandardTextListBlock
Auto Trait Implementations
impl RefUnwindSafe for StandardTextListBlock
impl Send for StandardTextListBlock
impl Sync for StandardTextListBlock
impl Unpin for StandardTextListBlock
impl UnwindSafe for StandardTextListBlock
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