Struct wecom_agent::WecomAgent
source · pub struct WecomAgent { /* private fields */ }Expand description
企业微信API的轻量封装
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for WecomAgent
impl Send for WecomAgent
impl Sync for WecomAgent
impl Unpin for WecomAgent
impl !UnwindSafe for WecomAgent
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