pub struct ValueFormatType {
pub number_of_datasets: u8,
pub dataset_type: DatasetType,
pub total_figures: u8,
pub decimals: u8,
}Fields§
§number_of_datasets: u8§dataset_type: DatasetType§total_figures: u8§decimals: u8Trait Implementations§
Source§impl Clone for ValueFormatType
impl Clone for ValueFormatType
Source§fn clone(&self) -> ValueFormatType
fn clone(&self) -> ValueFormatType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ValueFormatType
Source§impl Debug for ValueFormatType
impl Debug for ValueFormatType
Source§impl Default for ValueFormatType
impl Default for ValueFormatType
Source§fn default() -> ValueFormatType
fn default() -> ValueFormatType
Returns the “default value” for a type. Read more
Source§impl Display for ValueFormatType
impl Display for ValueFormatType
impl Eq for ValueFormatType
Source§impl PartialEq for ValueFormatType
impl PartialEq for ValueFormatType
impl StructuralPartialEq for ValueFormatType
Auto Trait Implementations§
impl Freeze for ValueFormatType
impl RefUnwindSafe for ValueFormatType
impl Send for ValueFormatType
impl Sync for ValueFormatType
impl Unpin for ValueFormatType
impl UnsafeUnpin for ValueFormatType
impl UnwindSafe for ValueFormatType
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