pub enum EnvType {
EnvTypeFloat,
EnvTypeu64,
EnvTypeData,
}
Variants
EnvTypeFloat
EnvTypeu64
EnvTypeData
Trait Implementations
impl Copy for EnvType
impl StructuralPartialEq for EnvType
Auto Trait Implementations
impl RefUnwindSafe for EnvType
impl Send for EnvType
impl Sync for EnvType
impl Unpin for EnvType
impl UnwindSafe for EnvType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more