#[repr(u8)]pub enum ApplicationVersion {
Developer = 0,
Pro = 1,
Runtime = 2,
Web = 4,
SASE = 7,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApplicationVersion
impl RefUnwindSafe for ApplicationVersion
impl Send for ApplicationVersion
impl Sync for ApplicationVersion
impl Unpin for ApplicationVersion
impl UnwindSafe for ApplicationVersion
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