pub struct SlackTableRichTextCellInit {
pub elements: Vec<SlackRichTextElement>,
}Fields§
§elements: Vec<SlackRichTextElement>Trait Implementations§
Source§impl From<SlackTableRichTextCellInit> for SlackTableRichTextCell
impl From<SlackTableRichTextCellInit> for SlackTableRichTextCell
Source§fn from(value: SlackTableRichTextCellInit) -> Self
fn from(value: SlackTableRichTextCellInit) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SlackTableRichTextCellInit
impl RefUnwindSafe for SlackTableRichTextCellInit
impl Send for SlackTableRichTextCellInit
impl Sync for SlackTableRichTextCellInit
impl Unpin for SlackTableRichTextCellInit
impl UnsafeUnpin for SlackTableRichTextCellInit
impl UnwindSafe for SlackTableRichTextCellInit
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