Struct wx_sdk::mp::ServerConfig [−][src]
pub struct ServerConfig {
pub token: String,
pub encoding_mode: EncodingMode,
}
Expand description
The configuration of your app server.
Fields
token: String
encoding_mode: EncodingMode
Implementations
Auto Trait Implementations
impl RefUnwindSafe for ServerConfig
impl Send for ServerConfig
impl Sync for ServerConfig
impl Unpin for ServerConfig
impl UnwindSafe for ServerConfig
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