pub enum YearFracMethod {
USNasd30_360,
ActualActual,
Actual360,
Actual365,
European30_360,
}Expand description
Parameter for YEARFRAC()
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for YearFracMethod
impl RefUnwindSafe for YearFracMethod
impl Send for YearFracMethod
impl Sync for YearFracMethod
impl Unpin for YearFracMethod
impl UnsafeUnpin for YearFracMethod
impl UnwindSafe for YearFracMethod
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