Enum wx_sdk::mp::EncodingMode [−][src]
Expand description
Encoding mode of message getting or sending with wechat. EncodingMode::Compat or EncodingMode::Security mode has a aes-key.
Variants
Plain
Compat(String)
Tuple Fields
0: String
Security(String)
Tuple Fields
0: String
Auto Trait Implementations
impl RefUnwindSafe for EncodingMode
impl Send for EncodingMode
impl Sync for EncodingMode
impl Unpin for EncodingMode
impl UnwindSafe for EncodingMode
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more