pub enum RoundingDirection1Code {
CodeRDUP,
CodeRDWN,
CodeSTAN,
CodeDIST,
}Variants§
Implementations§
Source§impl RoundingDirection1Code
impl RoundingDirection1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RoundingDirection1Code
impl RefUnwindSafe for RoundingDirection1Code
impl Send for RoundingDirection1Code
impl Sync for RoundingDirection1Code
impl Unpin for RoundingDirection1Code
impl UnwindSafe for RoundingDirection1Code
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