pub struct CompuMethodTextTableContent {
pub text: String,
pub value: f64,
}
Expand description
A single entry of a text table conversion
Fields§
§text: String
text of this entry
value: f64
numeric value of this entry
Trait Implementations§
Source§impl Clone for CompuMethodTextTableContent
impl Clone for CompuMethodTextTableContent
Source§fn clone(&self) -> CompuMethodTextTableContent
fn clone(&self) -> CompuMethodTextTableContent
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CompuMethodTextTableContent
impl Debug for CompuMethodTextTableContent
impl StructuralPartialEq for CompuMethodTextTableContent
Auto Trait Implementations§
impl Freeze for CompuMethodTextTableContent
impl RefUnwindSafe for CompuMethodTextTableContent
impl Send for CompuMethodTextTableContent
impl Sync for CompuMethodTextTableContent
impl Unpin for CompuMethodTextTableContent
impl UnwindSafe for CompuMethodTextTableContent
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