pub struct WeCom {
pub corp_id: String,
pub agent_id: String,
pub secret: String,
pub access_token: String,
pub expires_in: i64,
}
Fields§
§corp_id: String
§agent_id: String
§secret: String
§access_token: String
§expires_in: i64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WeCom
impl Send for WeCom
impl Sync for WeCom
impl Unpin for WeCom
impl UnwindSafe for WeCom
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