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