Struct br_wechat::WechatConfig
source · pub struct WechatConfig {
pub wecom: WeCom,
pub applet: Applet,
}
Fields§
§wecom: WeCom
§applet: Applet
Implementations§
Trait Implementations§
source§impl Clone for WechatConfig
impl Clone for WechatConfig
source§fn clone(&self) -> WechatConfig
fn clone(&self) -> WechatConfig
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 moreAuto Trait Implementations§
impl RefUnwindSafe for WechatConfig
impl Send for WechatConfig
impl Sync for WechatConfig
impl Unpin for WechatConfig
impl UnwindSafe for WechatConfig
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