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