Struct wx_sdk::wechat::WxSdk [−][src]
pub struct WxSdk<T: AccessTokenProvider> {
pub app_id: String,
// some fields omitted
}
Expand description
This is the sdk object. We provide a new
method to construct it.
Fields
app_id: String
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for WxSdk<T>
impl<T> !UnwindSafe for WxSdk<T>
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