pub struct DateFormat {
pub format: String,
}
Expand description
DateFormat : The date format setting for the budget. In some cases the format will not be available and will be specified as null.
Fields§
§format: String
Implementations§
Source§impl DateFormat
impl DateFormat
Sourcepub fn new(format: String) -> DateFormat
pub fn new(format: String) -> DateFormat
The date format setting for the budget. In some cases the format will not be available and will be specified as null.
Trait Implementations§
Source§impl Clone for DateFormat
impl Clone for DateFormat
Source§fn clone(&self) -> DateFormat
fn clone(&self) -> DateFormat
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 DateFormat
impl Debug for DateFormat
Source§impl Default for DateFormat
impl Default for DateFormat
Source§fn default() -> DateFormat
fn default() -> DateFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DateFormat
impl<'de> Deserialize<'de> for DateFormat
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 DateFormat
impl PartialEq for DateFormat
Source§impl Serialize for DateFormat
impl Serialize for DateFormat
impl StructuralPartialEq for DateFormat
Auto Trait Implementations§
impl Freeze for DateFormat
impl RefUnwindSafe for DateFormat
impl Send for DateFormat
impl Sync for DateFormat
impl Unpin for DateFormat
impl UnwindSafe for DateFormat
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