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