pub enum WechatScope {
SnsapiLogin,
Other(String),
}
Variants§
Trait Implementations§
Source§impl Clone for WechatScope
impl Clone for WechatScope
Source§fn clone(&self) -> WechatScope
fn clone(&self) -> WechatScope
Returns a copy 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 WechatScope
impl Debug for WechatScope
Source§impl<'de> Deserialize<'de> for WechatScope
impl<'de> Deserialize<'de> for WechatScope
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 Display for WechatScope
impl Display for WechatScope
Source§impl FromStr for WechatScope
impl FromStr for WechatScope
Source§impl PartialEq for WechatScope
impl PartialEq for WechatScope
Source§impl Serialize for WechatScope
impl Serialize for WechatScope
Source§impl TryFrom<&str> for WechatScope
impl TryFrom<&str> for WechatScope
Source§impl TryFrom<String> for WechatScope
impl TryFrom<String> for WechatScope
impl Eq for WechatScope
impl Scope for WechatScope
impl StructuralPartialEq for WechatScope
Auto Trait Implementations§
impl Freeze for WechatScope
impl RefUnwindSafe for WechatScope
impl Send for WechatScope
impl Sync for WechatScope
impl Unpin for WechatScope
impl UnwindSafe for WechatScope
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