pub struct FiscalYearConfig {
pub start_month: u32,
pub start_day: u32,
pub variant: String,
}Fields§
§start_month: u32§start_day: u32§variant: StringTrait Implementations§
Source§impl Clone for FiscalYearConfig
impl Clone for FiscalYearConfig
Source§fn clone(&self) -> FiscalYearConfig
fn clone(&self) -> FiscalYearConfig
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 FiscalYearConfig
impl Debug for FiscalYearConfig
Source§impl Default for FiscalYearConfig
impl Default for FiscalYearConfig
Source§impl<'de> Deserialize<'de> for FiscalYearConfig
impl<'de> Deserialize<'de> for FiscalYearConfig
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
Auto Trait Implementations§
impl Freeze for FiscalYearConfig
impl RefUnwindSafe for FiscalYearConfig
impl Send for FiscalYearConfig
impl Sync for FiscalYearConfig
impl Unpin for FiscalYearConfig
impl UnsafeUnpin for FiscalYearConfig
impl UnwindSafe for FiscalYearConfig
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