pub struct WechatNotifier { /* private fields */ }Expand description
Notifier for WeChat. One WechatNotifier can only notify one corresponding WeChat account.
You can send message to your WeChat via this notifier. It implemented by xtuis which is a WeChat-notify-system. To use this notifier, you have to first get a xtuis token according to xtuis Chinese websites
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WechatNotifier
impl RefUnwindSafe for WechatNotifier
impl Send for WechatNotifier
impl Sync for WechatNotifier
impl Unpin for WechatNotifier
impl UnwindSafe for WechatNotifier
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