pub struct WeChatBuilder { /* private fields */ }
Expand description
Builder for WeChat client
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WeChatBuilder
impl RefUnwindSafe for WeChatBuilder
impl Send for WeChatBuilder
impl Sync for WeChatBuilder
impl Unpin for WeChatBuilder
impl UnwindSafe for WeChatBuilder
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