pub struct DBMVMeasureFormat {
pub format_type: String,
}Expand description
Format specification for a measure
Fields§
§format_type: StringFormat type (e.g., “currency”, “percentage”, “number”)
Trait Implementations§
Source§impl Clone for DBMVMeasureFormat
impl Clone for DBMVMeasureFormat
Source§fn clone(&self) -> DBMVMeasureFormat
fn clone(&self) -> DBMVMeasureFormat
Returns a duplicate 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 DBMVMeasureFormat
impl Debug for DBMVMeasureFormat
Source§impl<'de> Deserialize<'de> for DBMVMeasureFormat
impl<'de> Deserialize<'de> for DBMVMeasureFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DBMVMeasureFormat
impl PartialEq for DBMVMeasureFormat
Source§impl Serialize for DBMVMeasureFormat
impl Serialize for DBMVMeasureFormat
impl StructuralPartialEq for DBMVMeasureFormat
Auto Trait Implementations§
impl Freeze for DBMVMeasureFormat
impl RefUnwindSafe for DBMVMeasureFormat
impl Send for DBMVMeasureFormat
impl Sync for DBMVMeasureFormat
impl Unpin for DBMVMeasureFormat
impl UnsafeUnpin for DBMVMeasureFormat
impl UnwindSafe for DBMVMeasureFormat
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