pub enum DmnVersion {
V13,
V14,
V15,
}Variants§
Auto Trait Implementations§
impl Freeze for DmnVersion
impl RefUnwindSafe for DmnVersion
impl Send for DmnVersion
impl Sync for DmnVersion
impl Unpin for DmnVersion
impl UnwindSafe for DmnVersion
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