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