pub struct SlackRichTextListInit {
pub style: SlackRichTextListStyle,
pub elements: Vec<SlackRichTextSection>,
}Fields§
§style: SlackRichTextListStyle§elements: Vec<SlackRichTextSection>Trait Implementations§
Source§impl From<SlackRichTextListInit> for SlackRichTextList
impl From<SlackRichTextListInit> for SlackRichTextList
Source§fn from(value: SlackRichTextListInit) -> Self
fn from(value: SlackRichTextListInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackRichTextListInit
impl RefUnwindSafe for SlackRichTextListInit
impl Send for SlackRichTextListInit
impl Sync for SlackRichTextListInit
impl Unpin for SlackRichTextListInit
impl UnsafeUnpin for SlackRichTextListInit
impl UnwindSafe for SlackRichTextListInit
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more