pub struct RawNumber(/* private fields */);Expand description
A raw number table cell value which can be used in DataTable block.
Implementations§
Trait Implementations§
Source§impl From<RawNumber> for DataTableCell
impl From<RawNumber> for DataTableCell
impl StructuralPartialEq for RawNumber
Auto Trait Implementations§
impl Freeze for RawNumber
impl RefUnwindSafe for RawNumber
impl Send for RawNumber
impl Sync for RawNumber
impl Unpin for RawNumber
impl UnsafeUnpin for RawNumber
impl UnwindSafe for RawNumber
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