pub struct RawText(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl From<RawText> for DataTableCell
impl From<RawText> for DataTableCell
impl StructuralPartialEq for RawText
Auto Trait Implementations§
impl Freeze for RawText
impl RefUnwindSafe for RawText
impl Send for RawText
impl Sync for RawText
impl Unpin for RawText
impl UnsafeUnpin for RawText
impl UnwindSafe for RawText
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