pub struct DatabaseNumberFormatProperty {
pub format: NumberFormat,
}
Fields§
§format: NumberFormat
Implementations§
Source§impl DatabaseNumberFormatProperty
impl DatabaseNumberFormatProperty
Sourcepub fn format(self, format: NumberFormat) -> Self
pub fn format(self, format: NumberFormat) -> Self
Set the value of the format
field.
Trait Implementations§
Source§impl Clone for DatabaseNumberFormatProperty
impl Clone for DatabaseNumberFormatProperty
Source§fn clone(&self) -> DatabaseNumberFormatProperty
fn clone(&self) -> DatabaseNumberFormatProperty
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 DatabaseNumberFormatProperty
impl Debug for DatabaseNumberFormatProperty
Source§impl Default for DatabaseNumberFormatProperty
impl Default for DatabaseNumberFormatProperty
Source§fn default() -> DatabaseNumberFormatProperty
fn default() -> DatabaseNumberFormatProperty
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DatabaseNumberFormatProperty
impl<'de> Deserialize<'de> for DatabaseNumberFormatProperty
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 DatabaseNumberFormatProperty
impl PartialEq for DatabaseNumberFormatProperty
Source§fn eq(&self, other: &DatabaseNumberFormatProperty) -> bool
fn eq(&self, other: &DatabaseNumberFormatProperty) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DatabaseNumberFormatProperty
impl Eq for DatabaseNumberFormatProperty
impl StructuralPartialEq for DatabaseNumberFormatProperty
Auto Trait Implementations§
impl Freeze for DatabaseNumberFormatProperty
impl RefUnwindSafe for DatabaseNumberFormatProperty
impl Send for DatabaseNumberFormatProperty
impl Sync for DatabaseNumberFormatProperty
impl Unpin for DatabaseNumberFormatProperty
impl UnwindSafe for DatabaseNumberFormatProperty
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