pub enum MinappEnvVersion {
Release,
Trial,
Develop,
}Expand description
小程序环境版本
指定二维码生成的环境版本,不同环境版本对应不同的小程序实例。
Variants§
Trait Implementations§
Source§impl Clone for MinappEnvVersion
impl Clone for MinappEnvVersion
Source§fn clone(&self) -> MinappEnvVersion
fn clone(&self) -> MinappEnvVersion
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MinappEnvVersion
impl Debug for MinappEnvVersion
Source§impl<'de> Deserialize<'de> for MinappEnvVersion
impl<'de> Deserialize<'de> for MinappEnvVersion
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<MinappEnvVersion> for String
impl From<MinappEnvVersion> for String
Source§fn from(value: MinappEnvVersion) -> Self
fn from(value: MinappEnvVersion) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MinappEnvVersion
impl RefUnwindSafe for MinappEnvVersion
impl Send for MinappEnvVersion
impl Sync for MinappEnvVersion
impl Unpin for MinappEnvVersion
impl UnwindSafe for MinappEnvVersion
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