pub enum RateBasis1Code {
CodeDAYS,
CodeMNTH,
CodeWEEK,
CodeYEAR,
}Variants§
Implementations§
Source§impl RateBasis1Code
impl RateBasis1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RateBasis1Code
impl RefUnwindSafe for RateBasis1Code
impl Send for RateBasis1Code
impl Sync for RateBasis1Code
impl Unpin for RateBasis1Code
impl UnwindSafe for RateBasis1Code
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