pub enum Days360Method {
USNasd,
Europe,
}Expand description
Parameter for DAYS360()
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Days360Method
impl RefUnwindSafe for Days360Method
impl Send for Days360Method
impl Sync for Days360Method
impl Unpin for Days360Method
impl UnsafeUnpin for Days360Method
impl UnwindSafe for Days360Method
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